NAME

pts delete - Deletes a Protection Database entry

SYNOPSIS

pts delete -nameorid <user or group name or id>+ [-cell <cell name>] [-noauth] [-force] [-help]

pts d -na <user or group name or id>+ [-c <cell name>] [-no] [-f] [-h]

DESCRIPTION

The pts delete command removes each entry specified by the -nameorid argument from the Protection Database. Deleting entries affects other parts of the system in various ways:

To remove a user or machine from a group without actually deleting the entry, use the pts removeuser command.

OPTIONS

-nameorid <user or group name or ID>+

Specifies the name or AFS UID of each user, the name or AFS GID of each group, or the IP address (complete or wildcard-style) or AFS UID of each machine entry to delete. It is acceptable to mix users, machines, and groups on the same command line, as well as names (IP addresses for machines) and IDs. Precede the GID of each group with a hyphen to indicate that it is negative.

-cell <cell name>

Names the cell in which to run the command. For more details, see pts(1).

-noauth

Assigns the unprivileged identity anonymous to the issuer. For more details, see pts(1).

-force

Enables the command to continue executing as far as possible when errors or other problems occur, rather than halting execution at the first error.

-help

Prints the online help for this command. All other valid options are ignored.

EXAMPLES

The following example deletes the user entries pat and terry:

   % pts delete pat terry

The following example deletes the Protection Database entry of the group with AFS GID -215.

   % pts delete -215

PRIVILEGE REQUIRED

The issuer must belong to the system:administrators group to delete user and machine entries. To delete group entries, the issuer must either own the group or belong to the system:administrators group.

SEE ALSO

fs_cleanacl(1), pts(1), pts_removeuser(1)

COPYRIGHT

IBM Corporation 2000. <http://www.ibm.com/> All Rights Reserved.

This documentation is covered by the IBM Public License Version 1.0. It was converted from HTML to POD by software written by Chas Williams and Russ Allbery, based on work by Alf Wachsmann and Elizabeth Cassell.