实例一、
[root@localhost ~]# chmod 755 1.txt
实例二、
[root@localhost ~]# chmod u=rwx,g=r-x,o=r-x 1.txt
实例三、
[root@localhost ~]# chmod u+x,g-x,o+w 1.txt
实例四、
[root@localhost ~]# chmod -R 700 /tmp/111/
转载于:https://blog.51cto.com/hhx012/1725929
实例一、
[root@localhost ~]# chmod 755 1.txt
实例二、
[root@localhost ~]# chmod u=rwx,g=r-x,o=r-x 1.txt
实例三、
[root@localhost ~]# chmod u+x,g-x,o+w 1.txt
实例四、
[root@localhost ~]# chmod -R 700 /tmp/111/
转载于:https://blog.51cto.com/hhx012/1725929