0Pricing
Linux Command Line Mastery · Lesson

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_documents

All lessons in this course

  1. Introduction to the Linux Shell
  2. Basic Navigation: `cd`, `ls`, `pwd`
  3. File & Directory Management: `mkdir`, `rm`, `cp`, `mv`
  4. Getting Help: man, --help, and tldr
← Back to Linux Command Line Mastery