AFSLOG(1) | General Commands Manual | AFSLOG(1) |
afslog
— obtain
AFS tokens
afslog |
[-h | --help ]
[--no-v5 ] [-u |
--unlog ] [-v |
--verbose ] [--version ]
[-c cell |
--cell= cell]
[-k realm |
--realm= realm]
[-P principal |
--principal= principal]
[-p path | --file= path]
[cell | path ...] |
afslog
obtains AFS tokens for a number of
cells. What cells to get tokens for can either be specified as an explicit
list, as file paths to get tokens for, or be left unspecified, in which case
afslog
will use whatever magic
krb_afslog(3) decides upon.
Supported options:
--no-v5
afslog
not try using Kerberos 5.-P
principal, --principal
principal--cache
cache--principal
overrides this option.-u
,
--unlog
--help
and
--version
).-v
,
--verbose
-c
cell,
--cell=
cell-k
realm,
--realm=
realm-p
path,
--file=
pathInstead of using -c
and
-p
, you may also pass a list of cells and file paths
after any other options. These arguments are considered files if they are
either the strings “.” or “..” or they contain a
slash, or if there exists a file by that name.
Assuming that there is no file called “openafs.org” in the current directory, and that /afs/openafs.org points to that cell, the follwing should be identical:
$ afslog -c openafs.org $ afslog openafs.org $ afslog /afs/openafs.org/some/file
November 26, 2002 | HEIMDAL |