超级用户修改不了文件夹的权限、用户和用户组?
发表于 : 2023年 9月 14日 星期四 5:58 pm
超级用户登陆后,分别用chmod,chown,chgrp命令修改文件夹,都提示没有权限,如何解决?
[suzhan@TNAS-1 007]# ll
total 224K
drwxrwxrwx 28 guest allusers 4.0K Jul 8 09:30 .
drwxrwxrwx 52 guest allusers 4.0K Aug 10 18:05 ..
drwxrwxrwx 2 suzhan suzhan 4.0K Jun 27 10:38 The.Man.with.the.Golden.Gun.1974.1080p.BluRay.Remux.AVC.DTS-HD.MA.5.1.3Audio-ADE
[suzhan@TNAS-1 007]# chmod 777 The.Man.with.the.Golden.Gun.1974.1080p.BluRay.Remux.AVC.DTS-HD.MA.5.1.3Audio-ADE
chmod: changing permissions of 'The.Man.with.the.Golden.Gun.1974.1080p.BluRay.Remux.AVC.DTS-HD.MA.5.1.3Audio-ADE': Operation not permitted
[suzhan@TNAS-1 007]# chown -R guest The.Man.with.the.Golden.Gun.1974.1080p.BluRay.Remux.AVC.DTS-HD.MA.5.1.3Audio-ADE
chown: changing ownership of 'The.Man.with.the.Golden.Gun.1974.1080p.BluRay.Remux.AVC.DTS-HD.MA.5.1.3Audio-ADE/The.Man.with.the.Golden.Gun.1974.1080p.BluRay.Remux.AVC.DTS-HD.MA.5.1.3Audio-ADE.mkv': Operation not permitted
chown: changing ownership of 'The.Man.with.the.Golden.Gun.1974.1080p.BluRay.Remux.AVC.DTS-HD.MA.5.1.3Audio-ADE': Operation not permitted
[suzhan@TNAS-1 007]# chgrp -R allusers ./The.Man.with.the.Golden.Gun.1974.1080p.BluRay.Remux.AVC.DTS-HD.MA.5.1.3Audio-ADE
chgrp: changing group of './The.Man.with.the.Golden.Gun.1974.1080p.BluRay.Remux.AVC.DTS-HD.MA.5.1.3Audio-ADE/The.Man.with.the.Golden.Gun.1974.1080p.BluRay.Remux.AVC.DTS-HD.MA.5.1.3Audio-ADE.mkv': Operation not permitted
chgrp: changing group of './The.Man.with.the.Golden.Gun.1974.1080p.BluRay.Remux.AVC.DTS-HD.MA.5.1.3Audio-ADE': Operation not permitted
[suzhan@TNAS-1 007]# ll
total 224K
drwxrwxrwx 28 guest allusers 4.0K Jul 8 09:30 .
drwxrwxrwx 52 guest allusers 4.0K Aug 10 18:05 ..
drwxrwxrwx 2 suzhan suzhan 4.0K Jun 27 10:38 The.Man.with.the.Golden.Gun.1974.1080p.BluRay.Remux.AVC.DTS-HD.MA.5.1.3Audio-ADE
[suzhan@TNAS-1 007]# chmod 777 The.Man.with.the.Golden.Gun.1974.1080p.BluRay.Remux.AVC.DTS-HD.MA.5.1.3Audio-ADE
chmod: changing permissions of 'The.Man.with.the.Golden.Gun.1974.1080p.BluRay.Remux.AVC.DTS-HD.MA.5.1.3Audio-ADE': Operation not permitted
[suzhan@TNAS-1 007]# chown -R guest The.Man.with.the.Golden.Gun.1974.1080p.BluRay.Remux.AVC.DTS-HD.MA.5.1.3Audio-ADE
chown: changing ownership of 'The.Man.with.the.Golden.Gun.1974.1080p.BluRay.Remux.AVC.DTS-HD.MA.5.1.3Audio-ADE/The.Man.with.the.Golden.Gun.1974.1080p.BluRay.Remux.AVC.DTS-HD.MA.5.1.3Audio-ADE.mkv': Operation not permitted
chown: changing ownership of 'The.Man.with.the.Golden.Gun.1974.1080p.BluRay.Remux.AVC.DTS-HD.MA.5.1.3Audio-ADE': Operation not permitted
[suzhan@TNAS-1 007]# chgrp -R allusers ./The.Man.with.the.Golden.Gun.1974.1080p.BluRay.Remux.AVC.DTS-HD.MA.5.1.3Audio-ADE
chgrp: changing group of './The.Man.with.the.Golden.Gun.1974.1080p.BluRay.Remux.AVC.DTS-HD.MA.5.1.3Audio-ADE/The.Man.with.the.Golden.Gun.1974.1080p.BluRay.Remux.AVC.DTS-HD.MA.5.1.3Audio-ADE.mkv': Operation not permitted
chgrp: changing group of './The.Man.with.the.Golden.Gun.1974.1080p.BluRay.Remux.AVC.DTS-HD.MA.5.1.3Audio-ADE': Operation not permitted