mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 23:10:58 +00:00
00275ea88e
Commit 4392020ba0
(fs: Restrict 'fs flushall' to root) changed the
fs_flushall manpage to document the new behavior, but now the manpage
lacks any information about old versions. Document the old behavior as
well, to be clear that "old" (current stable) versions do not require
root access.
Change-Id: Icbe6843d8ed0a523eb4df7136ad6f336f8b50fa6
Reviewed-on: https://gerrit.openafs.org/16030
Reviewed-by: Cheyenne Wills <cwills@sinenomine.net>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
63 lines
1.0 KiB
Plaintext
63 lines
1.0 KiB
Plaintext
=head1 NAME
|
|
|
|
fs_flushall - Force the AFS Cache Manager to discard all data
|
|
|
|
=head1 SYNOPSIS
|
|
|
|
=for html
|
|
<div class="synopsis">
|
|
|
|
B<fs flushall> [B<-help>]
|
|
|
|
B<fs flusha> [B<-h>]
|
|
|
|
=for html
|
|
</div>
|
|
|
|
=head1 DESCRIPTION
|
|
|
|
The B<fs flushall> command flushes all data from the AFS cache.
|
|
|
|
=head1 OPTIONS
|
|
|
|
=over 4
|
|
|
|
=item B<-help>
|
|
|
|
Prints the online help for this command.
|
|
|
|
=back
|
|
|
|
=head1 OUTPUT
|
|
|
|
This command has no output.
|
|
|
|
=head1 EXAMPLES
|
|
|
|
Aside from the help, there is only one way to run B<fs flushall>, which is
|
|
as follows:
|
|
|
|
% fs flushall
|
|
%
|
|
|
|
=head1 PRIVILEGE REQUIRED
|
|
|
|
The issuer must be logged in as the local superuser C<root>.
|
|
|
|
In previous releases of OpenAFS (versions 1.8.x and older), no special
|
|
privileges were required for this command.
|
|
|
|
=head1 SEE ALSO
|
|
|
|
L<fs_flush(1)>,
|
|
L<fs_flushmount(1)>,
|
|
L<fs_flushvolume(1)>
|
|
|
|
=head1 COPYRIGHT
|
|
|
|
Copyright 2007 Jason Edgecombe <jason@rampaginggeek.com>
|
|
|
|
This documentation is covered by the BSD License as written in the
|
|
doc/LICENSE file. This man page was written by Jason Edgecombe for
|
|
OpenAFS.
|