How Do You Know What Signals Your Linux Server Supports?

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

Leave a comment

Your email address will not be published. Required fields are marked *