|
| 以 PDF 格式下載這本書
NAME
- hextoalabel - Convert a hexadecimal label to its ASCII coded equivalent
SYNOPSIS
-
/usr/sbin/hextoalabel [ hexadecimal_CMW_label ]
-
-
/usr/sbin/hextoalabel -c [ hexadecimal_clearance ]
/usr/sbin/hextoalabel -i [ hexadecimal_information_label ]
/usr/sbin/hextoalabel -s [ hexadecimal_sensitivity_label ]
AVAILABILITY
- SUNWtsolu
DESCRIPTION
-
hextoalabel converts a hexadecimal label of the type specified into its standard formatted ASCII coded equivalent and writes the result to the standard output file. If no hexadecimal label is specified, one is read from standard input.
OPTIONS
-
- -c
- Identifies the hexadecimal label as a clearance.
-
- -i
- Identifies the hexadecimal label as an information label.
-
- -s
- Identifies the hexadecimal label as a sensitivity label.
RETURN VALUES
- Upon success, this command exits with 0 .Upon failure, this command exits with 1 and writes diagnostics to the standard error file.
FILES
-
/etc/security/tsol/label_encodings
- The label encodings file containing the CLASSIFICATIONS, WORDS ,constraints, and values for the defined labels of this system
SEE ALSO
-
label_encodings(4TSOL)
-
Trusted Solaris administrator's document set
DIAGNOSTICS
-
label translation unavailable or hexadecimal_label not translatable by this process
- The label services are unavailable at this time for one of these reasons: either the label daemon is not running, or the label_encodings file is incorrect or unavailable, or this process is not allowed to translate hexadecimal_label. The sys_trans_label privilege may be used to override this last restriction.
-
unable to translate hexadecimal_label as type specified
-
hexadecimal_label does not match the hexadecimal format for the specified type.
|
|