0PricingLogin
Linux Command Line & Bash Scripting Mastery · Lesson

File Management Basics (mkdir, cp, mv, rm)

Understand how to create, copy, move, and delete files and directories efficiently using essential command-line tools.

Linux File Management

Now you'll manage files: creating, copying, moving, and deleting from the terminal. It's a fundamental skill for any Linux user or developer.

Making New Directories: mkdir

mkdir (make directory) creates new folders. Just type mkdir followed by the name you want, as shown.

mkdir my_new_folder

All lessons in this course

  1. Introduction to Linux & Terminal
  2. Navigating the Filesystem (cd, ls, pwd)
  3. File Management Basics (mkdir, cp, mv, rm)
  4. Tab Completion & Command History
← Back to Linux Command Line & Bash Scripting Mastery