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 ...
Navigating the Linux file system in the Terminal is different from browsing folders on your file manager, as there are no graphical icons and mouse click support. You have to use the Linux cd command ...
If you are using a file manager, you can switch between directories just by clicking on that folder. We use the ‘cd’ command that stands for change directory to achieve the same using the ...