DevMetrix
.
cloud
Home
Tools
Blog
Examples
System Designer
Cheat Sheets
Comparisons
Projects
About
Advertisement
← All Cheat Sheets
Linux Terminal Commands
Essential terminal commands for Linux/Unix
Navigation
pwd
Print working directory
Copy
ls -al
Detailed list
Copy
cd dir
Change directory
Copy
clear
Clear terminal
Copy
Create/Edit/Remove
touch file
Create file
Copy
mkdir dir
Make new dir
Copy
rm file
Remove file
Copy
rm -r dir
Remove dir recursively
Copy
Permissions
chmod +x file
Make executable
Copy
chown user file
Change owner
Copy
Network & Process
ping host
Check network
Copy
ifconfig
Network details
Copy
top
Process monitor
Copy
Advertisement