Cheatography
https://cheatography.com
Commands for managing processes and jobs in Linux
Process Verification
Command |
Purpose |
|
Display running processes |
|
List all running proccesses |
|
Full process listing |
|
Real-time process monitor |
|
Interactive process monitor (if installed) |
|
Find processes by name |
|
Display PID of a process |
|
Display processes in a tree |
Process ID (PID)
Command |
Purpose |
|
Current shell PID |
|
Parent process ID |
|
View PID |
|
Find PID by process name |
|
Find PID of running program |
|
|
Priority
Command |
Purpose |
|
Start process with priority |
|
Change priority |
|
View nice value |
Process Limits
Command |
Purpose |
|
View/set shell resource limits |
|
View/change process limits |
|
Configure permanent limits |
Process States
States |
R (Running) |
S (Sleeping) |
D (Uninterruptible sleep) |
T (Stopped) |
Z (Zombie) |
|
|
Jobs & Process Management
Command |
Purpose |
|
List background jobs |
|
Resume in background |
|
Bring to foreground |
|
Send signal |
|
Kill by process name |
|
Kill by pattern |
|
Continue after logout |
|
Run in background |
|
Interrupt process |
|
Suspend process |
Scheduling
Command |
Purpose |
|
Manage recurring jobs |
|
Background scheduler |
|
Schedule one-time jobs |
|
List pending at jobs |
|
Remove at jobs |
|
Manage cron/at services |
|
Created By
Metadata
Comments
No comments yet. Add yours below!
Add a Comment
Related Cheat Sheets
More Cheat Sheets by hlhlhl