rm -rv /path/to/directory
To remove a directory that is full with other files or directories, use the below command. rm -rf directory
It would delete the directory ./quake, and all of it's contents.
Using cd (change directory) was the obvious choice.
Assuming the directory is in your Home directory use: rmdir directory-name This will fail if there are files within the directory. In this case, use rm -r directory-name.
mkdir directory1 directory2 directory3 directory4 directory5
In a Linux terminal, the command to create a new directory is: mkdir .
"find / -executable" will search the root directory for executables. Not that this will also show directories that are accessible.
The command pwd displays your current/present working directory.
The Home directory is the most important one. All other directories, such as Documents, Pictures, Videos, and so on, stem from the Home directory.
the command 'cd ~' will get you there .
ls will list the contents of a directory.
ls