Skip to the content.

Terminal Practice

The Command Line

Tips:

Basic Navigation

More About Files

*NOTE: Linux is case sensitive in terms of the file name. However the file type two

Manual Pages

File Manipulation

| mkdir | rmdir | touch | cp | mv | rm | | —– | —– | —– | —– | —– | —– | | Make Directory - ie. Create a directory. | Remove Directory - ie. Delete a directory. | Create a blank file. | Copy - ie. Copy a file or directory. | Move - ie. Move a file or directory (can also be used to rename). | Remove - ie. Delete a file. |

*NOTE: The Linux command line does not have an undo feature. Perform destructive actions carefully.