umask/getfacl
bash-3.00# umask 222
-r--r--r-- 1 root root 0 Apr 28 00:58 ff3
bash-3.00# umask 555
--w--w--w- 1 root root 0 Apr 28 00:58 ff3
getfacl file2
-r--r--r-- 1 root root 0 Apr 28 00:58 ff3
bash-3.00# umask 555
--w--w--w- 1 root root 0 Apr 28 00:58 ff3
getfacl file2
Comments
Post a Comment