CompTIA Linux+ XK0-006 (V8) Practice Question

While investigating resource usage on a web server, you find several long-named processes owned by the user "report". Two of them are named "gen_report_longjob" and "gen_report_listener". Because both names share the first 15 characters, a previous administrator inadvertently terminated both services by running:

sudo killall gen_report_longjob

You want to gracefully stop only the "gen_report_longjob" processes that belong to the user "report" and avoid touching "gen_report_listener" or any root-owned processes. Which command accomplishes this goal?

  • sudo killall -u report -s SIGKILL gen_report_longjob

  • sudo killall -e -u report gen_report_longjob

  • sudo killall -e gen_report_longjob

  • sudo killall -I gen_report_longjob

CompTIA Linux+ XK0-006 (V8)
Services and User Management
Your Score:
Settings & Objectives
Random Mixed
Questions are selected randomly from all chosen topics, with a preference for those you haven’t seen before. You may see several questions from the same objective or domain in a row.
Rotate by Objective
Questions cycle through each objective or domain in turn, helping you avoid long streaks of questions from the same area. You may see some repeat questions, but the distribution will be more balanced across topics.

Check or uncheck an objective to set which questions you will receive.

Bash, the Crucial Exams Chat Bot
AI Bot