|
|
How to delete directory that is not empty - rm command - Linux
|
Views : 275
|
|
Tagged in : Linux
|
|
|
Report This Scrap as Inappropriate We request you to choose the appropriate categroy and subcategory that suits your
objectionable concern about the scrap, So that our team can review and find out whether it violates our Guidelines or the
scrap is not suitable for all viewers.
|
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 |
|
|
|