News

The Linux command used for removing files and directories is rm. So to remove an empty directory (Linux differentiates between empty and non-empty directories) type the command rm -d <directory ...
Removing files and directories using the Linux command line is very efficient and can be used directly, or when accessing a system remotely.
Learn the basics of directory management in Linux using the command line tool.
A few clever Linux commands can make it a lot easier to create, view and remove complex directory structures.
You can only operate superuser commands using the sudo command. These defaults are useful to you when looking for configuration files. It will help you dramatically when doing basic maintenance and ...
How do I delete a file or directory? Use the command rm [filename] to delete a file and rm -rf [directory] to remove both the top-level directory and any child directory or file within.
On Linux, you can add aliases, which can make the command line much easier. Say, for instance, you have a particular command you need to run regularly but you don't want to type it all out.