Tagged Questions
1
vote
2answers
26 views
Cannot remove /log/var/snort as root
I am using Ubuntu 11.10 Gnome.
I uninstalled snort in order to install a more recent version. The new installation initially failed because the system would not let be rm or modify /var/log/snort ...
5
votes
1answer
2k views
Unable to delete file, even when running as root
I am in the process of migrating a machine from RHEL 4 to 5. Rather than actually do an upgrade we have created a new VM (both machines are in a cloud) and I am in the process of copying across data ...
12
votes
3answers
3k views
How far can you go with rm -rf / as root
If you are root, and you issue
rm -rf /
Then how far can the command go? Can you recover data from this kind of an action? Even after the binaries are gone, would the running processes still be ...
4
votes
3answers
251 views
Give a warning when something is about to be deleted (by root)
I know that root can do anything, but is there a way to at least alert root that they are about to delete a folder that perhaps shouldn't be deleted?
We keep a work directory in our /tmp folder, and ...