View Single Post

  #3 (permalink)  
Old 05-31-2008, 03:36 PM
aasif.shaikh aasif.shaikh is offline
Junior Member
User
 
Join Date: May 2008
My distro: RedHat/Solaris
Posts: 6
aasif.shaikh is on a distinguished road
Default

If you want to delete the folder without emptying it.
U can use `rm -rf folder_name` but beware as it will delete all the data inside that folder.
Reply With Quote