killall man page on DigitalUNIX

Man page or keyword search:  
man Server   12896 pages
apropos Keyword Search (all sections)
Output format
DigitalUNIX logo
[printable version]

killall(8)							    killall(8)

NAME
       killall	-  Terminates  all  processes  started by the user, except the
       calling process

SYNOPSIS
       /usr/sbin/killall [- | [-]signal_name |	-signal_number]

       /usr/sbin/killall -l

OPTIONS
       The hyphen character (without an argument) sends a SIGTERM signal  ini‐
       tially  and  then  sends a SIGKILL signal to all processes that survive
       for 30 seconds after receipt of the first signal. This gives  processes
       that  catch  the	 SIGTERM  signal an opportunity to clean up.  A signal
       name, optionally preceded by a hyphen, sends the	 specified  signal  to
       processes.   The hyphen character (with a signal number argument) sends
       the specified signal, either a name, stripped of the SIG	 prefix	 (such
       as  KILL),  or a number (such as 9). For information about signal names
       and numbers, see the signal() system call.

	      In the System V habitat, the optional  signal  number  does  not
	      have  to	be  preceded with a hyphen (-).	 Lists signal names in
	      numerical order (as given in  the	 /usr/include/signal.h	file),
	      stripped of the common SIG prefix.

DESCRIPTION
       This  command provides a convenient means of killing all processes cre‐
       ated by the shell that you control.  When started by the superuser, the
       killall	command	 kills	all  processes	that can be terminated, except
       those processes that started it, the kernel processes, and processes  0
       and 1(init).

   Security Configuration
       This command is modified in all security configurations of the system.

EXAMPLES
       To stop all background processes that have started, enter: killall

	      This  sends  all background processes signal 9 (the kill signal,
	      also called SIGKILL).  To stop all background processes,	giving
	      them a chance to clean up, enter: killall -

	      This sends signal 15 (SIGTERM), waits 30 seconds, and then sends
	      signal 9 (SIGKILL).  To send a specific signal to the background
	      processes, enter: killall -2

	      This  sends  signal  2 (SIGINT) to the background processes.  To
	      list the signal names in numerical order, stripped  of  the  SIG
	      prefix, enter: killall -l

	      This  displays  a list of signals, which may vary from system to
	      system.

FILES
       Specifies the command path

SEE ALSO
       Functions: kill(2), sigaction(2), signal(2)

								    killall(8)
[top]

List of man pages available for DigitalUNIX

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net