Originally posted by: copper7
Why a user is able to remove file owned by root.system with permissions 700?
$ id uid=233(bart) gid=1000(users) groups=9(printq) $ pwd /home/bart $ df . Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd1 4194304 1433436 65% 11836 13% /home $ ls -ld . drwxr-xr-x 9 bart users 4096 Jan 06 09:24 . $ ls -al roots_file -rwx------ 1 root system 1070 Jan 05 11:41 roots_file $ echo ddd >roots_file The file access permissions
do not allow the specified action. ksh: roots_file: 0403-005 Cannot create the specified file. $ rm roots_file rm: Remove roots_file? y $ ls -al roots_file ls: 0653-341 The file roots_file does not exist.
#AIX-Forum