kill
Verified for current stable LTS
Kill Command: List Available Signal Names
Use for list available signal names with Kill. Exact CLI syntax to list available signal names using Kill.
When to use this: Use for list available signal names with Kill.
Command Syntax
kill -l kill -l Command Breakdown
-l- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to list available signal names using Kill.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Kill Command: Pause Program Sigstop Signal
kill -19 <process_id> Kill Command: Send Sigusr1 To All Processes Gid kill -SIGUSR1 -<group_id> Kill Command: Terminate Program Default Signal kill <process_id> Kill Command: Terminate Program Sighup Signal kill -1 <process_id> Kill Command: Terminate Program Sigint Signal kill -2 <process_id>