File & Directory Management: `mkdir`, `rm`, `cp`, `mv`
Master creating, deleting, copying, and moving files and directories effectively.
Mastering File Management
Managing files is a core shell skill. This lesson covers the four essentials: mkdir, cp, mv, and rm — create, copy, move, delete.
Creating Folders with `mkdir`
mkdir (make directory) creates a new folder — just give it a name. Try making one called my_documents.
mkdir my_documentsAll lessons in this course
- Introduction to the Linux Shell
- Basic Navigation: `cd`, `ls`, `pwd`
- File & Directory Management: `mkdir`, `rm`, `cp`, `mv`
- Getting Help: man, --help, and tldr