info > skill(1)

πŸ“Œ NAME

skill, snice β€” send a signal or report process status

πŸš€ Quick Reference

Use CaseCommandDescription
Send TERM signal to processes matching expressionskill [signal] expressionDefault signal is TERM
Kill all processes on a PTY deviceskill -KILL -t /dev/pts/*Forcefully kill users on a terminal
Stop (pause) processes for multiple usersskill -STOP -u user1 -u user2Stop specified users’ processes
Change process prioritysnice +7 -c commandSlow down (or speed up) a command
List available signalsskill -lDisplay all signal names
Simulate actions without effectskill -n expressionNo‑action mode for testing

πŸ“– SYNOPSIS

skill [signal] [options] expression
snice [new priority] [options] expression

πŸ“ DESCRIPTION

⚠️ These tools are obsolete and unportable. The command syntax is poorly defined. Consider using the killall, pkill, and pgrep commands instead.

The default signal for skill is TERM. Use -l or -L to list available signals. Particularly useful signals include HUP, INT, KILL, STOP, CONT, and 0. Alternate signals may be specified in three ways: -9 -SIGKILL -KILL.

The default priority for snice is +4. Priority numbers range from +20 (slowest) to -20 (fastest). Negative priority numbers are restricted to administrative users.

βš™οΈ OPTIONS

πŸ” PROCESS SELECTION OPTIONS

Selection criteria can be: terminal, user, pid, command. The options below may be used to ensure correct interpretation.

🚦 SIGNALS

The behavior of signals is explained in signal(7) manual page.

πŸ’‘ EXAMPLES

snice -c seti -c crack +7

Slow down seti and crack commands.

skill -KILL -t /dev/pts/*

Kill users on PTY devices.

skill -STOP -u viro -u lm -u davem

Stop three users.

πŸ”— SEE ALSO

kill(1), kill(2), killall(1), nice(1), pkill(1), renice(1), signal(7)

πŸ“œ STANDARDS

No standards apply.

πŸ‘€ AUTHOR

Albert Cahalan <albert AT users.net> wrote skill and snice in 1999 as a replacement for a non-free version.

πŸ› REPORTING BUGS

Please send bug reports to <procps AT freelists.org>

skill(1)
πŸ“Œ NAME πŸš€ Quick Reference πŸ“– SYNOPSIS πŸ“ DESCRIPTION βš™οΈ OPTIONS πŸ” PROCESS SELECTION OPTIONS 🚦 SIGNALS πŸ’‘ EXAMPLES πŸ”— SEE ALSO πŸ“œ STANDARDS πŸ‘€ AUTHOR πŸ› REPORTING BUGS

Generated by phpman v4.9.26-1-g511901d · Markdown · JSON · MCP Author: Che Dong Under GNU General Public License
2026-08-05 22:50 @216.73.216.192
CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Valid XHTML 1.0 Transitional!Valid CSS!
Enhanced by LLM: deepseek-v4-flash / taotoken.net / www.chedong.com - original format

^_top_^