remove member(8rpc) — Maintenance
NAME
remove member - Removes a specified member from a group
SYNOPSIS
rpccp remove member group-entry-name -m member [-s syntax]
OPTIONS
-m memberDeclares the entry name of the group member to be removed (required).
-s syntaxIndicates the name syntax of the entry name (optional). The only value for this option is the dce name syntax, which is the default name syntax. Until an alternative name syntax becomes available, specifying the -s option is unnecessary.
ARGUMENTS
group-entry-name
Indicates the name of the target group. For an entry in the local cell, you can omit the cell name and specify only the cell-relative name.
DESCRIPTION
The remove member command removes a specified member from a specified group.
Privileges Required
You need r (read) permission and w (write) permission to the Cell Directory Service (CDS) object entry (the target group entry).
NOTES
This command is replaced at DCE Version 1.1 by the dcecp command and may not be provided in future releases of DCE.
EXAMPLES
The following commands each remove a member from a group:
rpccp> remove member -m /.:/LandS/anthro/Cal_host_2 \
/.:/LandS/anthro/Calendar_group
rpccp remove member -m /.:/LandS/anthro/Cal_host_3 \
/.:/LandS/anthro/Calendar_group
RELATED INFORMATION
Commands:
rpccp_add_member(8rpc), rpccp_remove_group(8rpc), rpccp_show_group(8rpc)