snice
(1)send a signal or report process status
Options
14-f--fastFast mode. This option has not been implemented.
-i--interactiveInteractive use. You will be asked to approve each action.
-l--listList all signal names.
-L--tableList all signal names in a nice table.
-n--no-actionNo action; perform a simulation of events that would occur but do not actually change the system.
-v--verboseVerbose; explain what is being done.
-w--warningsEnable warnings. This option has not been implemented.
-h--helpDisplay help text and exit.
-V--versionDisplay version information.
-t--ttyttyThe next expression is a terminal (tty or pty).
-u--useruserThe next expression is a username.
-p--pidpidThe next expression is a process ID number.
-c--commandcommandThe next expression is a command name.
--nspidMatch the processes that belong to the same namespace as pid.
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.
SIGNALS
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.
STANDARDS
AUTHOR
Albert Cahalan wrote skill and snice in 1999 as a replacement for a non-free version.
REPORTING BUGS
Please send bug reports to procps@freelists.org