Hands-on Lab·LPIC-1
Processes, signals and job control
Objectives 103.5 and 103.6 cover process management and signals, and both are asked with exact commands. This guide finds processes three ways, reads the STAT column, stops and continues a real process with signals, shows the exit status a kill produces - and includes the moment the capture killed its own shell, which is the most useful thing on the page.
101: GNU and Unix Commands Guide 10 of 33 Beginner
- OSUbuntu 26.04 LTS
- Kernel7.0.0-30-generic
- systemd259
- TimeAbout 20 min
| Server Name | IP Address | OS | Roles | CPU | RAM | HDD |
|---|---|---|---|---|---|---|
| LPIC1-A01 | 192.168.0.76 | Ubuntu 26.04 LTS | Debian-family host - dpkg and apt, which objective 102.4 names | 2 Core | 4 GB | 50 GB |
This guide includes
Use this for the process and signal objectives. This matters because pkill -f matches the whole command line - during this capture it killed its own shell, which is the lesson.
- finding a process three ways, and reading the STAT column the exam asks about directly
- stopping and continuing a real process with signals
- setting priority, and finding who is allowed to raise it
- watching
pkill -fkill the shell that ran it
Before you start
-
Finding a process, three ways
-
The STAT column, which is examined directly
-
Signals, and the two that matter
-
Priority, and who is allowed to raise it
-
The capture killed its own shell, and that is the lesson