Import Upstream version 1.8.5
[hcoop/debian/openafs.git] / doc / man-pages / pod1 / fs_flushall.pod
CommitLineData
805e021f
CE
1=head1 NAME
2
3fs_flushall - Force the AFS Cache Manager to discard all data
4
5=head1 SYNOPSIS
6
7=for html
8<div class="synopsis">
9
10B<fs flushall> [B<-help>]
11
12B<fs flusha> [B<-h>]
13
14=for html
15</div>
16
17=head1 DESCRIPTION
18
19The B<fs flushall> command flushes all data from the AFS cache.
20
21=head1 OPTIONS
22
23=over 4
24
25=item B<-help>
26
27Prints the online help for this command.
28
29=back
30
31=head1 OUTPUT
32
33This command has no output.
34
35=head1 EXAMPLES
36
37Aside from the help, there is only one way to run B<fs flushall>, which is
38as follows:
39
40 % fs flushall
41 %
42
43=head1 PRIVILEGE REQUIRED
44
45No special privileges are required for this command.
46
47=head1 SEE ALSO
48
49L<fs_flush(1)>,
50L<fs_flushmount(1)>,
51L<fs_flushvolume(1)>
52
53=head1 COPYRIGHT
54
55Copyright 2007 Jason Edgecombe <jason@rampaginggeek.com>
56
57This documentation is covered by the BSD License as written in the
58doc/LICENSE file. This man page was written by Jason Edgecombe for
59OpenAFS.