I am new to Debian Linux and bash shell command line. How do I delete or remove a directory using bash prompt?
{ 0 comments }
Q. Can you tell me command to delete a directory in terminal? A. You need to use the rmdir utility / command. The rmdir utility removes the directory entry specified by each directory argument, provided it is empty. Arguments are processed in the order given. In order to remove both a parent directory and a [...]
{ 20 comments }
I‘m new to Linux and I’d like to know how to delete directory under any Linux distributions?
{ 13 comments }