CompTIA
XK0-001 · Question #71
The following is the output from a ps command: PID TTY TIME CMD 1054 pts/1 00:00:00 bash 6894 pts/1 00:00:00 nmap 7123 pts/1 00:00:00 ps The nmap process has been taking up too much processing…
The correct answer is D. kill 6894 ; nice -n19 nmap <arguments>. See the full explanation below for the reasoning.
Question
The following is the output from a ps command:
PID TTY TIME CMD 1054 pts/1 00:00:00 bash 6894 pts/1 00:00:00 nmap 7123 pts/1 00:00:00 ps The nmap process has been taking up too much processing power. What command can be used to run nmap with less resources?
Options
- Abg nmap
- Bstop | back 6894
- CCTRL-Q, bk nmap:6894
- Dkill 6894 ; nice -n19 nmap <arguments>
How the community answered
(18 responses)- A6% (1)
- C11% (2)
- D83% (15)
Community Discussion
No community discussion yet for this question.