Linux

What kill -0 does?

Difficulty: unrated

Source: bregman-arie/devops-exercises by Arie Bregman

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.