man afslog (Commandes) - afslog
NAME
afslog -
obtain AFS tokens
SYNOPSIS
--cell= Ns cell--file= Ns path--realm= Ns realm [--no-v4] [--no-v5] [-u | --unlog] [-v | --verbose] [--version] [-h | --help] [cell | path ...]
DESCRIPTION
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 will use whatever magic krb_afslog() decides upon.
Supported options:
- Xo
- -c cell, --cell= Ns cell This specified one or more cell names to get tokens for.
- Xo
- -p path , --file= Ns path This specified one or more file paths for which tokens should be obtained.
- Xo
- -k realm , --realm= Ns realm This is the Kerberos realm the AFS servers live in, this should normally not be specified.
- --no-v4
- This makes not try using Kerberos 4.
- --no-v5
- This makes not try using Kerberos 5.
- Xo
- -u , --unlog Destroy tokens instead of obtaining new. If this is specified, all other options are ignored (except for --help and --version ) .
- Xo
- -v , --verbose Adds more verbosity for what is actually going on.
EXAMPLES
Assuming that there is no file called 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
SEE ALSO
krb_afslog()