GIAC Security Essentials GSEC Question # 24 Topic 3 Discussion

GIAC Security Essentials GSEC Question # 24 Topic 3 Discussion

GSEC Exam Topic 3 Question 24 Discussion:
Question #: 24
Topic #: 3

John works as a Network Administrator for Perfect Solutions Inc. The company has a Linux-based network. John is working as a root user on the Linux operating system. He is currently working on his C based new traceroute program. Since, many processes are running together on the system, he wants to give the highest priority to the cc command process so that he can test his program, remove bugs, and submit it to the office in time. Which of the following commands will John use to give the highest priority to the cc command process?


A.

nice -n 19 cc -c *.c &


B.

nice cc -c *.c &


C.

nice -n -20 cc -c *.c &


D.

nice cc -c *.c


Get Premium GSEC Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.