nerdexam
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)
  • A
    6% (1)
  • C
    11% (2)
  • D
    83% (15)

Community Discussion

No community discussion yet for this question.

Full XK0-001 Practice