deepin 新建立的用戶文件管理中掛載點打不開

使用 root 用戶能夠打開,可是使用非 root 用戶打不開bash

緣由是權限不夠code

test1@test1-PC:~$ cd /media/
test1@test1-PC:/media$ ls
apt  cdrom  test  tmp  test1
test1@test1-PC:/media$ ls -la
總用量 28
drwxr-xr-x   7 root root 4096 4月  21 13:18 .
drwxr-xr-x  24 root root 4096 4月  19 00:21 ..
drwxrwxrwx   2 root root 4096 4月  16 05:50 apt
drwxrwxrwx   2 root root 4096 4月  16 05:50 cdrom
drwxrwxrwx+  7 root root 4096 4月  21 15:00 test
drwxrwxrwx+  2 root root 4096 4月  21 13:25 tmp
drwxrwxrwx+  2 root root 4096 4月  21 14:18 test1
test1@test1-PC:/media$

其中test,tmp, test1 爲掛在點class

將用戶加入 root 組test

test1@test1-PC:/media$ sudo gpasswd -a $USER root

再試下仍是不行, 使用當前的 user 沒法正常的 cd 進去
由於此時的 文件夾權限由 acl 控制權限

test1@test1-PC:/ sudo setfacl -m g:root:rwx  XXX

如今就能夠正常訪問了di

相關文章
相關標籤/搜索