Saturday, October 29, 2005

Remove Server Directory - Programming One Liner 3

Removing a directory on server


rm -r -f /tmp/directory


This programming one liner allows you to recursively, completely and forcefully remove the directory.


Programming "One Liner" lookup terms:
rm unlink

USE THIS PROGRAMMING ONE LINER AT OWN RISK AS AUTHOR CLAIMS NO RESPONSIBILITY.
If you would like more information on any of the commands, please feel free to contact me with your . You can also read other posts on programming code, lookup the programming terms displayed above or visit my network security blog. Other external blogs on Technorati and programming blogs on Google.

No comments: