实例一、

[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/