当前位置: 技术问答>linux和unix
ubuntu下chmod不起作用
来源: 互联网 发布时间:2016-11-12
本文导语: root@ubuntu:/home/dianausdu/test# ll total 16 drwxrwxrwx 1 root root 0 2011-03-09 10:36 ./ drwxrwxrwx 1 root root 16384 2011-03-09 10:31 ../ drwxrwxrwx 1 root root 0 2011-03-09 10:36 test1/ root@ubuntu:/home/dianausdu/test# chmod -c 700 test1...
root@ubuntu:/home/dianausdu/test# ll
total 16
drwxrwxrwx 1 root root 0 2011-03-09 10:36 ./
drwxrwxrwx 1 root root 16384 2011-03-09 10:31 ../
drwxrwxrwx 1 root root 0 2011-03-09 10:36 test1/
root@ubuntu:/home/dianausdu/test# chmod -c 700 test1
mode of `test1' changed to 0700 (rwx------)
root@ubuntu:/home/dianausdu/test# ll
total 16
drwxrwxrwx 1 root root 0 2011-03-09 10:36 ./
drwxrwxrwx 1 root root 16384 2011-03-09 10:31 ../
drwxrwxrwx 1 root root 0 2011-03-09 10:36 test1/
各位,请看下如上的三个命令的效果
当前用户是root,第二个命令chmod没有产生作用
查了好久没找到原因,请知道的帮忙解释了,谢谢了。
total 16
drwxrwxrwx 1 root root 0 2011-03-09 10:36 ./
drwxrwxrwx 1 root root 16384 2011-03-09 10:31 ../
drwxrwxrwx 1 root root 0 2011-03-09 10:36 test1/
root@ubuntu:/home/dianausdu/test# chmod -c 700 test1
mode of `test1' changed to 0700 (rwx------)
root@ubuntu:/home/dianausdu/test# ll
total 16
drwxrwxrwx 1 root root 0 2011-03-09 10:36 ./
drwxrwxrwx 1 root root 16384 2011-03-09 10:31 ../
drwxrwxrwx 1 root root 0 2011-03-09 10:36 test1/
各位,请看下如上的三个命令的效果
当前用户是root,第二个命令chmod没有产生作用
查了好久没找到原因,请知道的帮忙解释了,谢谢了。
|
man mount
|
-r