SUN
310-200 · Question #199
A user from the Stores department reports that the system has become extremely slow. You log in to the system and determine that a process, chewsystem, is using the CPU. Given: # ps -ef | grep…
The correct answer is B. pkill -KILL chewsystem E. kill -KILL 1733. See the full explanation below for the reasoning.
Question
A user from the Stores department reports that the system has become extremely slow. You log in to the system and determine that a process, chewsystem, is using the CPU. Given:
ps -ef | grep chewsystem root 1733 1 0 16:17:17 ? 0:00 /bin/ksh ./chewsystem Which two commands can you use to stop the process? (Choose two.)
Options
- Apkill 1
- Bpkill -KILL chewsystem
- Ckill -KILL chewsystem
- Dpkill %1733
- Ekill -KILL 1733
How the community answered
(37 responses)- A3% (1)
- B84% (31)
- C8% (3)
- D5% (2)
Community Discussion
No community discussion yet for this question.