lsvec(1)
NAME
lsvec − display current access vector
SYNOPSIS
lsvec [ -r ]
DESCRIPTION
This command displays the invoking user’s maximum access vector.
By default, lsvec will display the user’s access vector using the names defined in the acc_vec.h header file. If the "-r" option is present, raw hexadecimal output will be given.
EXAMPLES
Output current access vector:
lsvec
ACC_SET_VEC ACC_MAC_EXP ACC_DAC_EXP
ACC_SHMBIND ACC_USERMAP ACC_SETPRI
ACC_KILL ACC_MPADVISE
Output current access vector in raw hexadecimal notation:
lsvec -r
40cd7
SEE ALSO
CX/UX User’s Reference Manual