xref: /illumos-gate/usr/src/man/man1/plabel.1 (revision bbf21555)
te
Copyright (c) 2007, Sun Microsystems, Inc. All Rights Reserved.
The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License.
You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License.
When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
PLABEL 1 "Jul 20, 2007"
NAME
plabel - get the label of a process
SYNOPSIS

/usr/bin/plabel [-sS] [pid...]
DESCRIPTION

plabel, a proc tools command, gets the label of a process. If the pid is not specified, the label displayed is that of the plabel command. When options are not specified, the output format of the label is displayed in default format.

OPTIONS
-s

Display the label that is associated with pid in short form.

-S

Display the label that is associated with pid in long form.

EXIT STATUS

plabel exits with one of the following values: 0

Successful completion.

1

Unsuccessful completion because of a usage error.

2

Inability to translate label.

3

Inability to allocate memory.

ATTRIBUTES

See attributes(7) for descriptions of the following attributes:

ATTRIBUTE TYPE ATTRIBUTE VALUE
Interface Stability See below.

The plabel utility is Committed. The output is Not-an-Interface.

SEE ALSO

proc (1), getplabel (3TSOL), attributes (7)

NOTES

The functionality described on this manual page is available only if the system is configured with Trusted Extensions.