LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   command to delete? (https://www.linuxquestions.org/questions/linux-general-1/command-to-delete-14054/)

lax2sman 02-11-2002 04:44 PM

command to delete?
 
what is the command to delete a directory? or a link to standard terminal commands would be nice. thank u.

acid_kewpie 02-11-2002 04:45 PM

'rm -r'

This might be useful for you.

NMX 02-11-2002 04:46 PM

rm -rf directory


saludos!!!

Malicious 02-11-2002 05:32 PM

Or rmdir <dirname>. This is a little different than rm -r since it will not remove a dirctory unless it is empty.


All times are GMT -5. The time now is 10:31 PM.