Lab 14: Processes — ps and Signals
Objective
Step 1: ps — Process Snapshot
ps aux | head -5USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
root 1 0.0 0.0 4364 3360 ? Ss 01:08 0:00 bash
root 7 0.0 0.0 7064 3080 ? R 01:08 0:00 ps aux
root 8 0.0 0.0 2804 1568 ? S 01:08 0:00 head -5Step 2: ps -ef Format (Full Process Tree)
Step 3: Background Jobs
Step 4: Killing Processes with Signals
Step 5: /proc — Process Information
Step 6: CPU and Memory Info from /proc
Step 7: nice — Process Priority
Step 8: Capstone — Process Security Audit
Summary
Command
Purpose
Last updated
