Display on-line information.
The DIRECTORY command will display all or just selected portions of the directory database.
General Format
directory/directory directory_name [/qualifiers]
Alternate
lsdir directory_name [-qualifiers]
Qualifier Summary
General qualifiers:
/check
/owner
/protection
/security
/full
/node = target_node
/noheading
/notrailing
/symbol=[prefix_string,format]
Examples
C:\> schedule directory/directory \asante\*/protection
directory entries in \asante
\asante\dev s:rwedc,o:rwedc,g:rw,w
\asante\prd s:rwedc,o:rwedc,g:rw,w
\asante\rmt s:rwedc,o:rwedc,g:rw,w
total of 3 directories
C:\> schedule directory/directory/full smith
\smith
owner = [smith]
protection = s:rwed,o:rwed,g,w
(identifier=[project_xd],access=read)
C:\> schedule directory/directory
.
.
(complete directory tree)
.
.
Qualifiers
/check
Workgroup Calendars Only. The CHECK option displays the designated object's status on the nodes in the current workgroup. Any differences are displayed as:
<node_name>: different
Adding the -log qualifier displays the specific differences between the object(s) on specific nodes.
/columns=number
The COLUMNS qualifier specifies how many columns to use when listing just the item name. The default is four columns.
/hostname=host_name
The qualifier specifies what node (either local or remote) you want the operation performed on.
/full
The FULL options displays all known information about a directory entry.
/noheading
The NOHEADING removes the heading information from the directory listing.
/notrailing
The NOTRAILING removes the trailing information from the directory listing.
/output=output_file
The OUTPUT option sends all output to a text file. Output can be printed or displayed as needed.
/owner
The OWNER qualifier displays the owner UIC code for the job.
/protection
/security
The SECURITY option is the same as specifying the /acl, /owner and /protection qualifier s.
/symbol[=prefix_string] or [=(prefix string,format)]
The SYMBOL requests that all directory information be output to a group of environmental variables. Every field in the control record is loaded into a single environmental variable. The symbol name is constructed by prefixing the field name with the provide string. If none is provided a default value of SG is used.
The format defines the way that symbols are output. The default output specification is: "$ %s=\" %s\" "" which produces the following format style.
SG_ACCOUNT = "DEVELOPM"
Alternate output styles may be created by changing the format field.