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 ...
How to delete files It’s dangerously easy to delete files with the rm command. Here’s an example. After you launch Terminal (in your /Applications/Utilities folder) type cd ~/Desktop to ...
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 ...