Skip to main content
Delete not empty directory using terminal command
Delete not empty directory using terminal
we are going to delete "animal " not empty directory.
step1:make path to directory if you want delete.
step2:now give terminal command to delete
rm -rf directory_name
Comments
Post a Comment