/psiginfo

Prints information about the state of the signals

Primary LanguageCMIT LicenseMIT

psiginfo

Process Signal information.

Description

It shows what signals are being Ignored, Caught or Blocked in human friendly way and displays the name and the command line call of the process.

Compile and Run

 $ make run PID='pid1 pid2 ... pidn'
	(PID has to be greater than one)

For cleaning up:

 $ make clean