我不小心删除了我的/mnt
目录...我该如何恢复它?具有确切的权限等等???
该目录是空的。
答案1
以 root 身份创建/mnt
并:
chmod 755 /mnt
答案2
是的,您所要做的就是(作为 root)
mkdir /mnt
chmod 755 /mnt
chmod 对于确保安装点正常工作是必要的。
答案3
来自 TLDP:
This directory is provided so that the system administrator may temporarily mount a filesystem as needed. The content of this directory is a local issue and should not affect the manner in which any program is run
这意味着您可以/mnt
按照其他答案中的说明简单地创建目录。由于/mnt下没有安装任何东西并且它是空的,所以不用担心。