Question: Write a shell script that terminates a process intelligently using signals. This script should take the process ID as an argument on the command line.
Write a shell script that terminates a process intelligently using signals. This script should take the process ID as an argument on the command line. First it should ask the process to shut down gracefully, and wait five seconds. After this, it should terminate the process forcefully.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
