Linux Commands Every Beginner Should Know in 2024

Опубликовано: 25 Март 2026
на канале: Undiluted Tech
218
10

In this tutorial we will go over some common Linux commands that every beginner should know. This commands include but not limited to:
pwd - print working directory, which displays full path name.
whoami - Displays your logged in user id
cd - Change directory
ls - directory listing
ls -l long listing and displays file ownership
ls -la - displays hidden files and directories
clear - Clear the terminal screen
cat - Display the contents of a file
man - For man pages which describe the command
mkdir - Creare a directory
cp - Copies a file
mv - moves a file / rename
top - What is eating your CPU