Valid SCA_SLES15 Dumps shared by ExamDiscuss.com for Helping Passing SCA_SLES15 Exam! ExamDiscuss.com now offer the newest SCA_SLES15 exam dumps, the ExamDiscuss.com SCA_SLES15 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com SCA_SLES15 dumps with Test Engine here:
Which commands can be used to terminate processes? (Choose two)
Correct Answer: A,E
Explanation The commands that can be used to terminate processes are kill and killall. The kill command can be used to send a signal to a process specified by its process ID (PID). The default signal is SIGTERM, which requests a graceful termination of the process. The killall command can be used to send a signal to one or more processes specified by their name. It will match all processes that belong to the current user unless otherwise specified. References:https://documentation.suse.com/sles/15-SP3/html/SLES-all/sec-cli-processes.html#sec-cli-processes-