Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google site




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 08-21-2008
saravanan.mr saravanan.mr is offline
Registered User
 

Join Date: Aug 2008
Location: india
Posts: 1
first get the path of the directory u need to delete...

for ex:
consider 'tmp' is the directory to b deleted
/home/user85/tmp

then from your home directory..,,, use

rm -ir /home/user85/tmp/ --- for deleting interactively