snice(1)


NAME

   skill, snice - send a signal or report process status

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

   -f, --fast
          Fast mode.  This option has not been implemented.

   -i, --interactive
          Interactive use.  You will be asked to approve each action.

   -l, --list
          List all signal names.

   -L, --table
          List all signal names in a nice table.

   -n, --no-action
          No action; perform a simulation of events that would  occur  but
          do not actually change the system.

   -v, --verbose
          Verbose; explain what is being done.

   -w, --warnings
          Enable warnings.  This option has not been implemented.

   -h, --help
          Display help text and exit.

   -V, --version
          Display version information.

PROCESS SELECTION OPTIONS

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

   -t, --tty tty
          The next expression is a terminal (tty or pty).

   -u, --user user
          The next expression is a username.

   -p, --pid pid
          The next expression is a process ID number.

   -c, --command command
          The next expression is a command name.

   --ns pid
          Match the processes that belong to the same namespace as pid.

   --nslist ns,...
          list which namespaces will be considered for  the  --ns  option.
          Available namespaces: ipc, mnt, net, pid, user, uts.

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@users.sf.net⟩ wrote skill and snice in 1999 as a
   replacement for a non-free version.

REPORTING BUGS

   Please send bug reports to ⟨procps@freelists.org


More Linux Commands

manpages/XwcDrawImageString.3.html
XwcDrawImageString(3) - draw image text using a single font
The XmbDrawImageString, XwcDrawImageString and Xutf8DrawImageString functions fill a destination rectangle with the background pixel defined in the GC and then

manpages/lfind.3.html
lfind(3) - linear search of an array - Linux manual page....
lfind.3 - lfind() and lsearch() perform a linear search for key in the array base which has *nmemb elements of size bytes each. The comparison function referenc

manpages/ldap_open.3.html
ldap_open(3) - Initialize the LDAP library and open a connec
ldap_open() opens a connection to an LDAP server and allocates an LDAP structure which is used to identify the connection and to maintain per-connection informa

manpages/Bootloader::Tools.3pm.html
Bootloader::Tools(3pm) - set of high-level bootloader config
$mp_ref = Bootloader::Tools::ReadMountPoints (); reads the information about mountpoints in the system. The returned data is needed to initialize the bootloader

manpages/is_nodelay.3ncurses.html
is_nodelay(3ncurses) - curses window properties (Man Page)
This implementation provides functions which return properties set in the WINDOW structure, allowing it to be opaque if the symbol NCURSES_OPAQUE is defined: is

manpages/SDL_PumpEvents.3.html
SDL_PumpEvents(3) - Pumps the event loop, gathering events f
Pumps the event loop, gathering events from the input devices. SDL_PumpEvents gathers all the pending input information from devices and places it on the event

manpages/menu_back.3menu.html
menu_back(3menu) - color and attribute control for menus....
The function set_menu_fore sets the foreground attribute of menu. This is the highlight used for selected menu items. menu_fore returns the foreground attribute

manpages/uuid_parse.3.html
uuid_parse(3) - convert an input UUID string into binary rep
The uuid_parse function converts the UUID string given by in into the binary representation. The input UUID is a string of the form 1b4e28ba-2fa1-11d2-883f-b9a7

manpages/traceroute.8.html
traceroute(8) print the route packets trace to network host
traceroute tracks the route packets taken from an IP network on their way to a given host. It utilizes the IP protocols time to live (TTL) field and attempts to

manpages/strtouq.3.html
strtouq(3) - convert a string to an unsigned long integer...
The strtoul() function converts the initial part of the string in nptr to an unsigned long int value according to the given base, which must be between 2 and 36

manpages/nmblookup4.1.html
nmblookup4(1) NetBIOS over TCP IP client used to lookup NetB
This tool is part of the samba(7) suite. nmblookup4 is used to query NetBIOS names and map them to IP addresses in a network using NetBIOS over TCP/IP queries.

manpages/tdfx.4.html
tdfx(4) - 3Dfx video driver (Special - Linux man page)......
tdfx is an Xorg driver for 3Dfx video cards. SUPPORTED HARDWARE The tdfx driver supports Voodoo Banshee, Voodoo3, Voodoo4 and Voodoo5 cards. CONFIGURATION DETAI





We can't live, work or learn in freedom unless the software we use is free.