1SKILL(1) User Commands SKILL(1)
2
3
4
6 skill, snice - send a signal or report process status
7
9 skill [signal] [options] expression
10 snice [new priority] [options] expression
11
13 These tools are obsolete and unportable. The command syntax is poorly
14 defined. Consider using the killall, pkill, and pgrep commands
15 instead.
16
17 The default signal for skill is TERM. Use -l or -L to list available
18 signals. Particularly useful signals include HUP, INT, KILL, STOP,
19 CONT, and 0. Alternate signals may be specified in three ways: -9
20 -SIGKILL -KILL.
21
22 The default priority for snice is +4. Priority numbers range from +20
23 (slowest) to -20 (fastest). Negative priority numbers are restricted
24 to administrative users.
25
27 -f, --fast
28 Fast mode. This option has not been implemented.
29
30 -i, --interactive
31 Interactive use. You will be asked to approve each action.
32
33 -l, --list
34 List all signal names.
35
36 -L, --table
37 List all signal names in a nice table.
38
39 -n, --no-action
40 No action; perform a simulation of events that would occur but
41 do not actually change the system.
42
43 -v, --verbose
44 Verbose; explain what is being done.
45
46 -w, --warnings
47 Enable warnings. This option has not been implemented.
48
49 -h, --help
50 Display help text and exit.
51
52 -V, --version
53 Display version information.
54
56 Selection criteria can be: terminal, user, pid, command. The options
57 below may be used to ensure correct interpretation.
58
59 -t, --tty tty
60 The next expression is a terminal (tty or pty).
61
62 -u, --user user
63 The next expression is a username.
64
65 -p, --pid pid
66 The next expression is a process ID number.
67
68 -c, --command command
69 The next expression is a command name.
70
71 --ns pid
72 Match the processes that belong to the same namespace as pid.
73
74 --nslist ns,...
75 list which namespaces will be considered for the --ns option.
76 Available namespaces: ipc, mnt, net, pid, user, uts.
77
79 The behavior of signals is explained in signal(7) manual page.
80
82 snice -c seti -c crack +7
83 Slow down seti and crack commands.
84
85 skill -KILL -t /dev/pts/*
86 Kill users on PTY devices.
87
88 skill -STOP -u viro -u lm -u davem
89 Stop three users.
90
92 kill(1), kill(2), killall(1), nice(1), pkill(1), renice(1), signal(7)
93
95 No standards apply.
96
98 Albert Cahalan ⟨albert@users.sf.net⟩ wrote skill and snice in 1999 as a
99 replacement for a non-free version.
100
102 Please send bug reports to ⟨procps@freelists.org⟩
103
104
105
106procps-ng October 2011 SKILL(1)