Programming and posix - February 2001

February 10, 2001
Solution Symposium
Page 9
hp e3000
programming
and posix
file security example
shell/iX> chmod 751 file
shell/iX> ls -l file
-rwxr-x--x 1 MANAGER.SYS SYS 0 Jan 3 13:29 file
shell/iX> chmod 644 file
shell/iX> ls -l file
-rw-r--r-- 1 MANAGER.SYS SYS 0 Jan 3 13:29 file