Using Wildcard CharactersWhen entering a name in show and list commands, you can use wildcard characters in the rightmost simple name (the name to the right of the last slash (/) in the full path name). The asterisk (*) matches 0 or more characters in a simple name. The question mark (?) matches exactly one character in a simple name. When you use an asterisk or a question mark as a normal character in the rightmost simple name of a show or list command, escape it with a backslash (\* or \?). Otherwise, the character is interpreted as a wildcard. You cannot use wildcard characters in show clerk and show server commands.
Privileges Required
read
write
Insert
delete
test Test permission provides application programs a more efficient way to verify a CDS attribute value. Rather than reading an entire set of values, an application can test for the presence of a particular value.
control
Admin The creator of a name is automatically granted all permissions appropriate for the type of name created. For example, a principal creating an object entry is granted r (read), w (write), d (delete), t (test), and control permission to the object entry. A principal creating a directory is granted r (read), w (write), i (insert), d (delete), t (test), control, and A (Admin) permission to the directory.
Examples
cdscp The following command operates from the system prompt to display the attributes of the CDS clerk on the local system: cdscp show clerk
Related Information
|