LPIC-1 101-500 Exam · Objective 103.5

Resuming a stopped process

103.5Basic

A background process was started in Bash and stopped with SIGSTOP.

Resume the same PID without starting a new sleep process.

sleep 600 &
TASK_PID=$!
kill -STOP "$TASK_PID"

Which command is appropriate?

Resuming a stopped process · Answer choices
Question IDKP-103-005
EnvironmentUbuntu 24.04 / GNU tools
Last technical review2026-08-11
Report an error or rights issue
Progress and questions

Path & Pass is an independent learning site and is not affiliated with any certification body. Questions are original practice content based on published objectives.