0% found this document useful (0 votes)
13 views1 page

Essential Linux Commands for Beginners

This document provides a list of basic Linux commands for beginners. It includes commands for file management, directory navigation, system updates, and process monitoring. Each command is presented with a brief description of its function.

Uploaded by

datanimics
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
13 views1 page

Essential Linux Commands for Beginners

This document provides a list of basic Linux commands for beginners. It includes commands for file management, directory navigation, system updates, and process monitoring. Each command is presented with a brief description of its function.

Uploaded by

datanimics
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

Basic Linux Commands for Beginners

----------------------------------
ls → List files/folders
cd [dir] → Change directory
pwd → Show current directory
mkdir [name] → Create folder
rm [file] → Remove file
cp [src] [dst] → Copy file/folder
mv [src] [dst] → Move/Rename file/folder
cat [file] → Display file contents
sudo apt update → Update package list
sudo apt install [pkg] → Install package
top → Show running processes
df -h → Check disk usage
uptime → System running time

You might also like