Originally posted by: esv
>
> I don't know why in AIX, this restriction is imposed whereas the same will not be a problem on Linux environment.
>
> Here is the scenario
> ====================
>
> oracle@servername:/tmp/tt/t/test$ ls -ld $PWD
> drwxr-xr-x 2 oracle dba 256 Sep 23 13:57 /tmp/tt/t/test
>
> oracle@servername:/tmp/tt/t/test$ ls -lt
> total 8
> -rw-rw-r-- 1 user staff 1881 Sep 23 13:57 te.txt
>
>
>
QUESTION Can the "user"
delete the file "te.txt"?
the answer again is no, if Linux allows it, then Linux is implementing wrong the file access bit definitions, "user" should at most be allowed to modify the contents of file te.txt but nothing more.
best regards,
enrique sanchez.