What kill -0 does?
Answer
"kill -0" checks if a process with a given process ID exists or not. It does not actually send any signal to the process.
"kill -0" checks if a process with a given process ID exists or not. It does not actually send any signal to the process.