Gli utenti normali possono chmod
file per renderli inaccessibili come
evgeniy@ubuntu:~$ touch test
evgeniy@ubuntu:~$ chmod 444 test
evgeniy@ubuntu:~$ echo 'test' > test
bash: test: Permission denied
È possibile simulare qualcosa di simile per l'utente root?