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 Live Command Builder
Final Command
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: Immediate Terminate Program Sigkill Signal
kill -9 <process_id> Kill Command: List Signal Values kill <-l|-L|--table> 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 Background Job kill %<job_id>