Nuacht

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 ...
Understanding how to delete a file in Linux is an important part of a keeping your computer's file system well-organized. Without regular maintenance, hard drives can quickly become disorganized ...
Removing files and directories using the Linux command line is very efficient and can be used directly, or when accessing a system remotely.
In another entry of his Linux 101 series, Jack Wallen shows you how to delete files and folders from Linux using the Command Line Interface (CLI).