Linux Command Line Basics: How to Manage Files & Folders Using the Command Line in Ubuntu
HTML-код
- Опубликовано: 8 фев 2025
- In this video, we explore how to perform common tasks using the command line in Ubuntu. Whether you're new to Linux or just want to get comfortable with terminal commands, this tutorial covers the essential commands for managing files and directories without relying on the graphical user interface (GUI).
Topics Covered:
Creating Directories (Folders):
Learn how to create new folders using the mkdir command.
Copying Files and Folders:
Discover how to copy files and directories using the cp command.
Working with Hidden Files and Folders:
Understand how to create hidden directories and view hidden files using simple commands like mkdir and ls -a.
Deleting Files and Directories:
See how to safely delete files and directories with the rm and rmdir commands.
Creating and hiding folders:
Moving folders from one directory to another