Manual Pages for UNIX Darwin command on man killall
MyWebUniversity

Manual Pages for UNIX Darwin command on man killall

KILLALL(1) BSD General Commands Manual KILLALL(1)

NAME

kkiillllaallll - kill processes by name

SYNOPSIS

kkiillllaallll [-dd | -vv] [-hh | -??] [-hheellpp] [-ll] [-mm] [-ss] [-uu user] [-tt tty]

[-cc procname] [-SSIIGGNNAALL] [procname ...]

DESCRIPTION

KKiillllaallll kills processes selected by name, as opposed to the selection by pid as done by kill(1). By default, it will send a TERM signal to all processes with a real UID identical to the caller of kkiillllaallll that match

the name procname. The super-user is allowed to kill any process.

The options are as follows:

-dd | -vv Be more verbose about what will be done. For a single

-dd option, a list of the processes that will be sent

the signal will be printed, or a message indicating that no matching processes have been found.

-hh | -??

-hheellpp Give a help on the command usage and exit.

-ll List the names of the available signals and exit, like

in kill(1).

-mm Match the argument procname as a (case insensitive)

regular expression against the names of processes found. CAUTION! This is dangerous, a single dot will match any process running under the real UID of the caller.

-ss Show only what would be done, but do not send any sig-

nal.

-SSIIGGNNAALL Send a different signal instead of the default TERM.

The signal may be specified either as a name (with or without a leading SIG), or numerically.

-uu user Limit potentially matching processes to those belonging

to the specified user.

-tt tty Limit potentially matching processes to those running

on the specified tty.

-cc procname

When used with the -uu or -tt flags, limit potentially

matching processes to those matching the specified progname. AALLLL PPRROOCCEESSSSEESS Sending a signal to all processes with uid XXYYZZ is already supported by

kill(1). So use kill(1) for this job (e.g. $ kill -TERM -1 or as root $

echo kill -TERM -1 | su -m )

DIAGNOSTICS The kkiillllaallll command will respond with a short usage message and exit with a status of 2 in case of a command error. A status of 1 will be returned if either no matching process has been found or not all processes have been signalled successfully. Otherwise, a status of 0 will be returned.

Diagnostic messages will only be printed if requested by -dd options.

SEE ALSO

kill(1), sysctl(3) HISTORY The kkiillllaallll command appeared in FreeBSD 2.1. It has been modeled after the kkiillllaallll command as available on other platforms. AUTHORS The kkiillllaallll program was originally written in Perl and was contributed by Wolfram Schneider, this manual page has been written by J"org Wunsch. The current version of kkiillllaallll was rewritten in C by Peter Wemm using sysctl(3). BSD June 25, 1995 BSD




Contact us      |      About us      |      Term of use      |       Copyright © 2000-2019 MyWebUniversity.com ™