| « Pwning the system, Tetris Style | Try me. Go ahead. » |
Linux Extravaganza!
Claudio, el problema ocurre solo en los directorios donde puedes borrar archivos. Si es en tu $HOME, logicamente que vas a poder cepillarte algun archivo que no te pertenezca...
jci@marvin:~/test$ ls
file Makefile
jci@marvin:~/test$ touch file
jci@marvin:~/test$ sudo chown test: file
jci@marvin:~/test$ rm file
rm: remove write-protected regular file `file'? y
jci@marvin:~/test$
