How to delete directory that is not empty - rm command - Linux Views : 275
Tagged in : Linux
0 0
Send mail
Delete directory that is not empty
Use the below command to delete directory.
rm -rf directoryname

The above command will remove all its subdirectories and files in a single line.
By Nirmala, On - 2010-01-28



    Login to add Comments .