Open navigation menu
Close suggestions
Search
Search
en
Change Language
Upload
Sign in
Sign in
Download free for days
0 ratings
0% found this document useful (0 votes)
1 views
Linux_Command_Cheat_Sheet
Linux Cheat sheet
Uploaded by
wosecal309
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
Download now
Download
Save Linux_Command_Cheat_Sheet For Later
Download
Save
Save Linux_Command_Cheat_Sheet For Later
0%
0% found this document useful, undefined
0%
, undefined
Embed
Share
Print
Report
0 ratings
0% found this document useful (0 votes)
1 views
Linux_Command_Cheat_Sheet
Linux Cheat sheet
Uploaded by
wosecal309
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
Download now
Download
Save Linux_Command_Cheat_Sheet For Later
Carousel Previous
Carousel Next
Save
Save Linux_Command_Cheat_Sheet For Later
0%
0% found this document useful, undefined
0%
, undefined
Embed
Share
Print
Report
Download now
Download
You are on page 1
/ 3
Search
Fullscreen
Linux Command Cheat Sheet
File & Directory Management
- pwd: Show current directory
Example: pwd
- ls: List files in a directory
Example: ls -lah
- cd <dir>: Change directory
Example: cd /var/logs
- mkdir <dir>: Create a new directory
Example: mkdir new_folder
- rmdir <dir>: Remove an empty directory
Example: rmdir old_folder
- rm <file>: Remove a file
Example: rm file.txt
- rm -rf <dir>: Remove a folder and its contents
Example: rm -rf my_folder
- cp <source> <dest>: Copy files or folders
Example: cp file1.txt file2.txt
- mv <old> <new>: Move or rename a file
Example: mv old.txt new.txt
File Content & Processing
- cat <file>: Show file contents
Example: cat notes.txt
- less <file>: View file page by page
Example: less largefile.log
- head -n <num> <file>: Show first N lines
Example: head -10 file.txt
- tail -n <num> <file>: Show last N lines
Example: tail -5 logs.txt
- grep '<word>' <file>: Search for a word in a file
Example: grep 'error' syslog.log
- find <dir> -name '<pattern>': Find a file
Example: find /home -name '*.log'
- wc -l <file>: Count lines in a file
Example: wc -l document.txt
Networking & HTTP Requests
- ping <host>: Test connectivity
Example: ping google.com
- traceroute <host>: Show route to a server
Example: traceroute amazon.com
- curl <URL>: Fetch a web page or API response
Example: curl https://example.com
- wget <URL>: Download a file
Example: wget http://example.com/file.zip
- netstat -tulnp: Show all open ports
Example: netstat -tulnp
- nslookup <domain>: Get DNS info
Example: nslookup google.com
- dig <domain>: Perform detailed DNS lookup
Example: dig amazon.com
System Monitoring & Processes
- ps aux: Show running processes
Example: ps aux | grep apache
- top: Show real-time system usage
Example: top
- kill <PID>: Kill a process by ID
Example: kill 1234
- df -h: Show disk usage
Example: df -h
- du -sh <dir>: Show size of a directory
Example: du -sh /var/logs
Permissions & User Management
- chmod 755 <file>: Change file permissions
Example: chmod 755 script.sh
- chown user:group <file>: Change file ownership
Example: chown root:root file.txt
- whoami: Show current user
Example: whoami
- sudo <command>: Run a command as root
Example: sudo apt update
- useradd <user>: Create a new user
Example: useradd pawan
- passwd <user>: Change user password
Example: passwd pawan
You might also like
Windows Command Prompt A-N
From Everand
Windows Command Prompt A-N
Prometheus MMS
5/5 (2)
Linux commands
PDF
No ratings yet
Linux commands
3 pages
Linux_Commands_Developer
PDF
No ratings yet
Linux_Commands_Developer
4 pages
Linux Commands Cheat Sheet GitHack
PDF
No ratings yet
Linux Commands Cheat Sheet GitHack
7 pages
Linux Command CheatSheet
PDF
No ratings yet
Linux Command CheatSheet
2 pages
Linux Cheat Sheet
PDF
No ratings yet
Linux Cheat Sheet
23 pages
all_commands
PDF
No ratings yet
all_commands
3 pages
Linux Basics Commands
PDF
No ratings yet
Linux Basics Commands
8 pages
LINUX CHEATSHEETS ✅[ MSG ]✔️
PDF
No ratings yet
LINUX CHEATSHEETS ✅[ MSG ]✔️
23 pages
Linux Commands Cheatsheet never seen
PDF
No ratings yet
Linux Commands Cheatsheet never seen
3 pages
Linux Cheatsheet
PDF
No ratings yet
Linux Cheatsheet
5 pages
Common SSH Commands or Linux Shell Commands
PDF
No ratings yet
Common SSH Commands or Linux Shell Commands
3 pages
Linux Command Cheat Sheet: File Commands (Cont.) Most Used Network Diagnostic Commands (Cont.)
PDF
No ratings yet
Linux Command Cheat Sheet: File Commands (Cont.) Most Used Network Diagnostic Commands (Cont.)
2 pages
50 Bash Commands Cheat Sheet
PDF
No ratings yet
50 Bash Commands Cheat Sheet
3 pages
Linux Fundamentals Module Cheat Sheet
PDF
No ratings yet
Linux Fundamentals Module Cheat Sheet
5 pages
cmd
PDF
No ratings yet
cmd
3 pages
Perintah Linux Centos
PDF
No ratings yet
Perintah Linux Centos
3 pages
Lunix
PDF
No ratings yet
Lunix
24 pages
Linux Commands Cheat Sheet by PhoenixNAP PDF
PDF
No ratings yet
Linux Commands Cheat Sheet by PhoenixNAP PDF
1 page
Linux Command List
PDF
No ratings yet
Linux Command List
23 pages
Linux Command
PDF
No ratings yet
Linux Command
18 pages
Linux Commands Cheat Sheet: 1 - System Information
PDF
No ratings yet
Linux Commands Cheat Sheet: 1 - System Information
8 pages
Linux Top Usage Commands For Linux Administrator
PDF
No ratings yet
Linux Top Usage Commands For Linux Administrator
5 pages
Ultimate Linux Cheat Sheet PDF
PDF
No ratings yet
Ultimate Linux Cheat Sheet PDF
13 pages
Kali Cheat Sheet: Keyboard Shortcuts
PDF
No ratings yet
Kali Cheat Sheet: Keyboard Shortcuts
8 pages
Linux Commands Cheat Sheet
PDF
No ratings yet
Linux Commands Cheat Sheet
129 pages
Linux-Essential-Commands-Cheat-Sheet
PDF
No ratings yet
Linux-Essential-Commands-Cheat-Sheet
22 pages
Linux Cheat Sheet
PDF
No ratings yet
Linux Cheat Sheet
1 page
LINUX Cheat Sheet
PDF
No ratings yet
LINUX Cheat Sheet
1 page
Linux Commands Cheat Sheet - Linux Training Academy
PDF
No ratings yet
Linux Commands Cheat Sheet - Linux Training Academy
22 pages
Linux Cheat Sheet
PDF
No ratings yet
Linux Cheat Sheet
9 pages
Linux_Commands_Developer_Data_Engineer
PDF
No ratings yet
Linux_Commands_Developer_Data_Engineer
4 pages
Linux Commands Cheat Sheet
PDF
No ratings yet
Linux Commands Cheat Sheet
8 pages
Sciethesis
PDF
No ratings yet
Sciethesis
17 pages
Essential Linux Commands
PDF
No ratings yet
Essential Linux Commands
7 pages
Linux Commands
PDF
No ratings yet
Linux Commands
8 pages
Linux Devops Commands Cheat Sheet by Linuxsimply
PDF
No ratings yet
Linux Devops Commands Cheat Sheet by Linuxsimply
3 pages
Linux Command-line Interface (CLI) Commands
PDF
No ratings yet
Linux Command-line Interface (CLI) Commands
12 pages
01 - Linux Commands Cheat Sheet
PDF
No ratings yet
01 - Linux Commands Cheat Sheet
6 pages
Linux Commands Cheatsheet V1.01
PDF
No ratings yet
Linux Commands Cheatsheet V1.01
31 pages
Linux Essential Commands
PDF
No ratings yet
Linux Essential Commands
7 pages
Basic Linux Commands Cheat Sheet
PDF
No ratings yet
Basic Linux Commands Cheat Sheet
2 pages
Linux Cheat Sheet
PDF
No ratings yet
Linux Cheat Sheet
3 pages
Linux Command cheatsheet-AZ
PDF
No ratings yet
Linux Command cheatsheet-AZ
6 pages
Linux Basic Commands
PDF
No ratings yet
Linux Basic Commands
6 pages
Ubuntu_Commands
PDF
No ratings yet
Ubuntu_Commands
2 pages
Kali Linux Commands
PDF
No ratings yet
Kali Linux Commands
16 pages
Linux Cheat Sheet
PDF
No ratings yet
Linux Cheat Sheet
42 pages
Unix Commands List
PDF
No ratings yet
Unix Commands List
6 pages
Linux Command Line
PDF
No ratings yet
Linux Command Line
3 pages
Linux Commands PDF Add Htop
PDF
No ratings yet
Linux Commands PDF Add Htop
1 page
main_linux-commands-cheat-sheet (1)
PDF
No ratings yet
main_linux-commands-cheat-sheet (1)
2 pages
Ubuntu Commands
PDF
No ratings yet
Ubuntu Commands
2 pages
Linux Commands Cheat Sheet
PDF
100% (1)
Linux Commands Cheat Sheet
19 pages
Linux Essential Operations - CheatSheet
PDF
No ratings yet
Linux Essential Operations - CheatSheet
9 pages
Linux Cheat Sheet
PDF
No ratings yet
Linux Cheat Sheet
2 pages
Linux Commands
PDF
No ratings yet
Linux Commands
8 pages
Mastering Shell Commands On Linux
From Everand
Mastering Shell Commands On Linux
Urko Galen
No ratings yet
Windows Command Prompt
From Everand
Windows Command Prompt
Murat Yildirimoglu
No ratings yet
Linux Commands By Example
From Everand
Linux Commands By Example
Khaled Jamal
4.5/5 (3)