Programming and posix - April 2002

April 3, 2002
Solution Symposium
Page 10
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