SgetT
From SRB
Contents |
NAME
SgetT - display information about SRB tickets
SYNOPSIS
SgetT [-h] [-u] [-v] [-L n] [-Y n] [-F fileName |-T ticket |-D dataName|-C collection |-U [-c] userName domainName]
DESCRIPTION
SgetT displays information about SRB tickets for a given ticket,dataName or collection for tickets given by the issuer.
With -u option, SgetT displays information for tickets issued to the user. In this case, the user and domain names denote a user who issued tickets to current user.
With -c option inside -U option, the information is for tickets given for collections; otherwise, it is for tickets issued for particular datasets.
A ticket can be either typed directly (-T option), or given by pointing to a file containing it (-F option)
If ticket, collection, and dataName are not given, SgetT displays information about all tickets owned or given to the user, based on the -u option.
collection and dataName can have wildcard characters * and ?.
OPTIONS
- -h
- display command options
- -v
- verbose mode
- -u
- displays information from a ticket-users perspective.
- -F
- FileName specifies the file in which the ticket is stored
- -T
- ticket specifies a particular ticket
- -D
- dataName specifies a particluar SRB object
- -C
- collection specifies a particluar SRB collectio
- -U
- display information for user/group userName
- -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.


