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_folderAll lessons in this course
- Introduction to Linux & Terminal
- Navigating the Filesystem (cd, ls, pwd)
- File Management Basics (mkdir, cp, mv, rm)
- Tab Completion & Command History