Stoken
From SRB
Contents |
[edit]
NAME
Stoken - display information about SRB native types
[edit]
SYNOPSIS
Stoken [-X][-z zone] [-L number] [-Y number] typeName
[edit]
DESCRIPTION
Stoken displays information about metadata type typeName.
typeName can be one of: DataType (default), ResourceType, UserType, Domain, Location, Action, AccessConstraint, Zone, ResourceClass
[edit]
OPTIONS
- -h
- display command options
- -X
- List using the Master MCAT. The default uses the Slave MCAT (unless the "masterMcat" environment variable is set) if configured.
- -z
- zone option applies to the second synopsis and is used to perform the Sls operation on a particular zone. If ALL is used for zone then every zone known to the current zone will be queried. zone can have wild cards.
- -Y
- [number] controls display format. Without -Y, information is displayed one item-per-line with each attribute spaced at DEFAULT_FIELD_WIDTH characters. With -Y 0 will display in vertical, one attribute-per-line format. With Y n, n > 0, information is displayed one item-per-line with each attribute spaced at number characters. With Y -1, information is displayed without headers, with each item quoted and separated by a blank and with no row control.
- -L
- [number] controls number of items displayed at a time under user's control. Without -L, DEFAULT_ROW_COUNT items of information is displayed at a time. With L n, n > 0, n items are displayed at a time.
[edit]


