I have RedHat 7.3, and I notices something strange:
a user (alessandro) can delete a file owned by root, how can this be possible?!?
This is what I have done:
a user (alessandro) can delete a file owned by root, how can this be possible?!?
This is what I have done:
Code:
[alessandro@linux condivisa]$ ls -l /bin/rm
-rwxr-xr-x 1 root root 26216 mar 25 2002 /bin/rm
[alessandro@linux condivisa]$ ls -l
totale 24
-rw-r--r-- 1 root root 0 ott 29 14:03 a
drwxrwxrwx 9 alessand alessand 4096 ott 28 12:30 Backup Alessandro
-rwxr--r-- 1 alessand alessand 20480 ott 28 11:35 rete.doc
[alessandro@linux condivisa]$ rm a
rm: remove write-protected file `a'? y
[alessandro@linux condivisa]$
[\code]
If anyone could explain me this ....
Thanks in advance.