1PAGSH(1) BSD General Commands Manual PAGSH(1)
2
4 pagsh — creates a new credential cache sandbox
5
7 pagsh [-c command-string] [-h | --help] [--version] [--cache-type=string]
8 command [args...]
9
11 Supported options:
12
13 -c command-string Executes command(s) contained in command-string.
14
15 --cache-type=string
16
17 -h, --help
18
19 --version
20
21 pagsh creates a new credential cache sandbox for the user to live in. If
22 AFS is installed on the computer, the user is put in a newly created
23 Process Authentication Group (PAG).
24
25 For Kerberos 5, the credential cache type that is used is the same as the
26 credential cache type that was used at the time of pagsh invocation. The
27 credential cache type can be controlled by the option --cache-type.
28
30 Create a new sandbox where new credentials can be used, while the old
31 credentials can be used by other processes.
32
33 $ klist
34 Credentials cache: FILE:/tmp/krb5cc_913
35 Principal: lha@E.KTH.SE
36
37 Issued Expires Principal
38 Feb 12 10:08:31 Feb 12 20:06:36 krbtgt/E.KTH.SE@E.KTH.SE
39 $ pagsh
40 $ klist
41 klist: No ticket file: /tmp/krb5cc_03014a
42
44 afslog(1), kinit(1)
45
46BSD February 12, 2005 BSD