我正在尝试将特定用户的访问权限释放到/mnt/blockstorage
上挂载的文件夹。
ls /mnt/blockstorage/
drwxr-xr-x 3 joe joe joe 4096 Jun 17 14:23 joe
我创建了一个指向用户的链接以访问共享文件夹。
ls /Home/joe/
lrwxrwxrwx 1 joe joe 23 Jun 17 18:08 joeFolder -> /mnt/blockstorage/joe/
不起作用。
有谁知道怎么做?
答案 0 :(得分:0)
应更改文件夹current_user.apps.or([...]])
# [...] = In not exactly sure what to put here in that case.
权限,以便用户/mnt/blockstorage/
可以读取或写入该文件夹中的数据。遗憾的是,无法更改joe
目录中文件或文件夹的权限。
但您可以创建/mnt
文件条目,以便用户/etc/fstab
可以转到文件夹joe
。有关更多信息,请参阅以下链接。
http://ubuntuforums.org/archive/index.php/t-1513822.html