【已解决】linux修改文件夹的所属用户组
[xxx@xxxx www]$ ll -atotal 36drwxr-xr-x. 9 root root 4096 Aug 26 23:23 .drwxr-xr-x. 24 root root 4096 Aug 12 05:01 ..drwxr-xr-x. 2 root root 4096 Aug 15 2014 cgi-bindrwxr-xr-x. 3 root ro
·
[xxx@xxxx www]$ ll -a
total 36
drwxr-xr-x. 9 root root 4096 Aug 26 23:23 .
drwxr-xr-x. 24 root root 4096 Aug 12 05:01 ..
drwxr-xr-x. 2 root root 4096 Aug 15 2014 cgi-bin
drwxr-xr-x. 3 root root 4096 Aug 10 02:28 error
drwxrwxr-x. 4 xxxx xxxx 4096 Aug 21 04:30 htmlhehe
drwxrwxr-x. 6 root root 4096 Aug 12 00:03 html
drwxr-xr-x. 3 root root 4096 Aug 12 23:44 icons
drwxr-xr-x. 14 root root 4096 Aug 10 03:03 manual
drwxrwxrwx. 2 root root 4096 Aug 12 23:58 test
在使用这个命令的时候,列出用户的权限和所在的组。
我想把这个html的root用户权限以及所在组改成我自己的用户名xxxx,于是使用sudo权限进行更改:
sudo chown xxxx:xxxx html/
如果是批量修改这个文件夹下面的所有子文件,加上-R即可:
sudo chown <strong>-R</strong> xxxx:xxxx html/
更多推荐
已为社区贡献1条内容
所有评论(0)