The following is the continuation of a series of columns on Linux disasters and how to recover from them, inspired in part by a Halloween Linux Journal Live episode titled “Horror Stories”. You can ...
Ever type “rm -rf dirname” and then realize you’ve just blown away the wrong directory? You can always alias the rm command to “rm -i”, but let’s look at a way that you can selectively determine which ...