Purpose
Displays all user or group entries in the Protection Database
Synopsis
pts listentries [-users] [-groups] [-cell <cell name>] [-noauth] [-force] [-help] pts liste [-u] [-g] [-c <cell name>] [-n] [-f] [-h]
Description
The pts listentries command displays the name and AFS ID of all Protection Database entries of the indicated type. It also displays the AFS ID of each entry's owner and creator.
To display all user and machine entries, either include the -users flag or omit both it and the -groups flag. To display all group entries, include the -groups flag. To display all entries, provide both flags.
Options
Output
The output includes a line for each entry, with information in four columns that have the following headers:
In general, the entries appear in the order in which they were created.
Examples
The following example displays both user and group entries.
% pts listentries -users -groups Name ID Owner Creator system:administrators -204 -204 -204 system:anyuser -101 -204 -204 system:authuser -102 -204 -204 anonymous 32766 -204 -204 admin 1 -204 32766 pat 100 -204 1 smith 101 -204 1 pat:friends -206 100 100 staff -207 -204 1
Privilege Required
The issuer must belong to the system:administrators group.
Related Information