Valid 1Z0-821 Dumps shared by ExamDiscuss.com for Helping Passing 1Z0-821 Exam! ExamDiscuss.com now offer the newest 1Z0-821 exam dumps, the ExamDiscuss.com 1Z0-821 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com 1Z0-821 dumps with Test Engine here:
A user on the system has started a process, but it needs to be terminated. The process ID was determined as follows: pgrep userprogram l5317 The user attempted to terminate the program as follows: pkill 15317 This command runs without an error message, and the process continues to run. What is the issue?
Correct Answer: B
Explanation/Reference: Explanation: You can use the pgrep and pkill commands to identify and stop command processes that you no longer want to run. These commands are useful when you mistakenly start a process that takes a long time to run. To terminate a process: Type pgrep to find out the PID(s) for the process(es). Type pkill followed by the PID(s). You can kill any process that you own. Superuser can kill any process in the system except for those processes with process IDs of 0, 1, 2, 3, and 4. Killing these processes most likely will crash the system.
Recent Comments (The most recent comments are at the top.)
Recent Comments (The most recent comments are at the top.)
The answer is A, not B.
https://docs.oracle.com/cd/E19683-01/806-7612/othercommands-9/index.html
A user has permissions to kill any process that he starts. However, the pkill command expects a string that it can ,match to one or more processes.