Problem scenario
You want to learn what signals your Linux server has (such as hang-up, interrupt, stop, kill etc.). How do you list the signals that are available to you?
Solution
Run this command:
fuser --list-signals
A Technical I.T./DevOps Blog
Problem scenario
You want to learn what signals your Linux server has (such as hang-up, interrupt, stop, kill etc.). How do you list the signals that are available to you?
Solution
Run this command:
fuser --list-signals