Whamcloud - gitweb
LU-930 utils: add --help option to lfs sub-commands
[fs/lustre-release.git] / lustre / doc / lfs-flushctx.1
1 .TH LFS-FLUSHCTX 1 2021-01-04 "Lustre" "Lustre Utilities"
2 .SH NAME
3 lfs flushctx \- flush security context of current user.
4 .SH SYNOPSIS
5 .B lfs flushctx
6 .RB [ --help | -h "] [" -k "] [" -r "] [" \fIrootpath\fR "]"
7 .br
8 .SH DESCRIPTION
9 Flush security context of current user, for Lustre file system as specified by
10 \fBrootpath\fR, or for all mounted Lustre file systems.
11 .P
12 If \fB-k\fR is specified, proceed to Kerberos credentials cache destroy as well,
13 by calling kdestroy.
14 .P
15 If \fB-r\fR is specified, reap revoked keys from the session keyring.
16 .SH OPTIONS
17 .TP
18 .BR -k
19 Proceed to Kerberos credentials cache destroy.
20 .TP
21 .BR -r
22 Reap revoked keys from the session keyring.
23 .TP
24 .BR -h
25 Print usage message.
26 .SH EXAMPLES
27 .TP
28 .B $ lfs flushctx -k -r /mnt/lustre
29 This flushes security context of current user for Lustre file system mounted
30 under /mnt/lustre, as well as destroys its Kerberos credentials cache and reaps
31 revoked keys from its session keyring. This is the recommended way of using the
32 command.
33 .TP
34 .B $ lfs flushctx
35 This simply flushes security context of current user for all mounted Lustre file
36 systems.
37 .SH AUTHOR
38 The lfs command is part of the Lustre filesystem.
39 .SH SEE ALSO
40 .BR lfs (1),