
TECH TIPS
Protect important Unix directories
Manjushree Deshpande 12.10.2002
Rating: --- (out of 5)




|
All of us know that 'rm' is a critical command -- more for the system administrators. One can alias this command as 'rm -i', which makes file removing interactive. But this may not be true on all the systems where you work. Here is another way to protect your important directories form the havoc of the 'rm *' command. 'cd' to that directory and create a file '-
To continue reading for free, register below or login
To read more you must become a member of SearchSecurity.com

i' For example:
$ cd imp_files ( like cd /etc )
$ > -i
$
When you give command:
$ rm *
it is interpreted as:
$ rm -i file1 file2 ... and so on as collecting sequence says that '-' preceeds alphabets.
I hope all Unix users find this useful.
Code
$ cd imp_directory
$ > -i
 |

|
Rate this Tip
|
To rate tips, you must be a member of SearchSecurity.com. Register now
to start rating these tips. Log in if you are already a member.
|


');
// -->
DISCLAIMER: Our Tips Exchange is a forum for you to share technical advice and expertise with your peers and to learn from other enterprise IT professionals. TechTarget provides the infrastructure to facilitate this sharing of information. However, we cannot guarantee the accuracy or validity of the material submitted. You agree that your use of the Ask The Expert services and your reliance on any questions, answers, information or other materials received through this Web site is at your own risk.
|
 |
|
|
 |
|
 |