- System processes will never be matched.
- A dash given to `-t' matches processes with no controlling terminal.
This commit is contained in:
parent
eabe280b0e
commit
01b2cec5c5
@ -1,4 +1,4 @@
|
|||||||
.\" $NetBSD: pkill.1,v 1.6 2002/03/04 13:49:07 ad Exp $
|
.\" $NetBSD: pkill.1,v 1.7 2002/03/06 12:03:48 ad Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 2002 The NetBSD Foundation, Inc.
|
.\" Copyright (c) 2002 The NetBSD Foundation, Inc.
|
||||||
.\" All rights reserved.
|
.\" All rights reserved.
|
||||||
@ -136,6 +136,7 @@ Terminal names may be of the form
|
|||||||
.Sq ttyxx
|
.Sq ttyxx
|
||||||
or the shortened form
|
or the shortened form
|
||||||
.Sq xx .
|
.Sq xx .
|
||||||
|
A single dash (`-') matches processes not associated with a terminal.
|
||||||
.It Fl u Ar euid
|
.It Fl u Ar euid
|
||||||
Restrict matches to processes with an effective user ID in the
|
Restrict matches to processes with an effective user ID in the
|
||||||
comma-separated list
|
comma-separated list
|
||||||
@ -159,7 +160,8 @@ Note that a running
|
|||||||
.Nm pgrep
|
.Nm pgrep
|
||||||
or
|
or
|
||||||
.Nm pkill
|
.Nm pkill
|
||||||
process will never consider itself a potential match.
|
process will never consider itself nor system processes (kernel threads) as
|
||||||
|
a potential match.
|
||||||
.Sh EXIT STATUS
|
.Sh EXIT STATUS
|
||||||
.Nm pgrep
|
.Nm pgrep
|
||||||
and
|
and
|
||||||
|
Loading…
Reference in New Issue
Block a user