To remove a directory that is full with other files and/or other directories, use the below command.
$ rm -rf directory
rmdir command can use to remove the empty DIRECTORY(ies)
$ rmdir directory
A place for sharing Mac OS X, Linux and Windows tips!!
To remove a directory that is full with other files and/or other directories, use the below command.
$ rm -rf directory
rmdir command can use to remove the empty DIRECTORY(ies)
$ rmdir directory
Comments
Post a Comment