2005-12-08 12:14:33 +00:00
|
|
|
=head1 NAME
|
|
|
|
|
2007-11-11 22:54:56 +00:00
|
|
|
fs_cleanacl - Remove obsolete entries from an ACL
|
2005-12-08 12:14:33 +00:00
|
|
|
|
|
|
|
=head1 SYNOPSIS
|
|
|
|
|
2006-03-01 05:02:29 +00:00
|
|
|
=for html
|
|
|
|
<div class="synopsis">
|
2005-12-08 12:14:33 +00:00
|
|
|
|
2006-03-01 05:02:29 +00:00
|
|
|
B<fs cleanacl> S<<< [B<-path> <I<dir/file path>>+] >>> [B<-help>]
|
|
|
|
|
|
|
|
B<fs cl> S<<< [B<-p> <I<dir/file path>>+] >>> [B<-h>]
|
|
|
|
|
|
|
|
=for html
|
|
|
|
</div>
|
2005-12-08 12:14:33 +00:00
|
|
|
|
|
|
|
=head1 DESCRIPTION
|
|
|
|
|
2005-12-09 14:48:56 +00:00
|
|
|
The B<fs cleanacl> command removes from the access control list (ACL) of
|
|
|
|
each specified directory or file any entry that refers to a user or group
|
|
|
|
that no longer has a Protection Database entry. Such an entry appears on
|
|
|
|
the ACL as an AFS user ID number (UID) rather than a name, because without
|
|
|
|
a Protection Database entry, the File Server cannot translate the UID into
|
|
|
|
a name.
|
2005-12-08 12:14:33 +00:00
|
|
|
|
2005-12-09 14:48:56 +00:00
|
|
|
Cleaning access control lists in this way not only keeps them from
|
|
|
|
becoming crowded with irrelevant information, but also prevents the new
|
|
|
|
possessor of a recycled AFS UID from obtaining access intended for the
|
|
|
|
former possessor of the AFS UID. (Note that recycling UIDs is not
|
|
|
|
recommended in any case.)
|
2005-12-08 12:14:33 +00:00
|
|
|
|
|
|
|
=head1 OPTIONS
|
|
|
|
|
|
|
|
=over 4
|
|
|
|
|
2005-12-09 14:48:56 +00:00
|
|
|
=item B<-path> <I<dir/file path>>+
|
2005-12-08 12:14:33 +00:00
|
|
|
|
|
|
|
Names each directory for which to clean the ACL (specifying a filename
|
2005-12-09 14:48:56 +00:00
|
|
|
cleans its directory's ACL). If this argument is omitted, the current
|
|
|
|
working directory's ACL is cleaned.
|
2005-12-08 12:14:33 +00:00
|
|
|
|
|
|
|
Specify the read/write path to each directory, to avoid the failure that
|
2005-12-09 14:48:56 +00:00
|
|
|
results from attempting to change a read-only volume. By convention, the
|
|
|
|
read/write path is indicated by placing a period before the cell name at
|
doc: replace hostnames with IETF example hostnames
There were several different real and made-up hostnames and company names used
throughout our documentation examples.
The IETF has reserved "example.com" and other "example" TLDs for use in
examples (RFC 2606). Replace almost all references to ABC Corporation, DEF
Corporation, and State University, as well as "abc.com", "bigcell.com",
"def.com", "def.gov", "ghi.com", "ghi.gov", "jkl.com", "mit.edu",
"stanford.edu", "state.edu", "stateu.edu", "uncc.edu", and "xyz.com".
Standardize on "Example Corporation", "Example Network", "Example
Organization" (example.com, example.net, and example.org).
The Scout documentation in the Admin Guide contains PNG images that contain
the old cell names, so I left those references until the images can be
replaced.
Change-Id: I4e44815b2d2ffe204810b7fd850842248f67c367
Reviewed-on: http://gerrit.openafs.org/6697
Reviewed-by: Jeffrey Altman <jaltman@secure-endpoints.com>
Tested-by: Jeffrey Altman <jaltman@secure-endpoints.com>
2012-02-11 16:43:30 +00:00
|
|
|
the pathname's second level (for example, F</afs/.example.com>). For further
|
2005-12-09 14:48:56 +00:00
|
|
|
discussion of the concept of read/write and read-only paths through the
|
|
|
|
filespace, see the B<fs mkmount> reference page.
|
2005-12-08 12:14:33 +00:00
|
|
|
|
2005-12-09 14:48:56 +00:00
|
|
|
=item B<-help>
|
2005-12-08 12:14:33 +00:00
|
|
|
|
2005-12-09 14:48:56 +00:00
|
|
|
Prints the online help for this command. All other valid options are
|
|
|
|
ignored.
|
2005-12-08 12:14:33 +00:00
|
|
|
|
|
|
|
=back
|
|
|
|
|
|
|
|
=head1 OUTPUT
|
|
|
|
|
|
|
|
If there are no obsolete entries on the ACL, the following message
|
|
|
|
appears:
|
|
|
|
|
2005-12-09 14:48:56 +00:00
|
|
|
Access list for <path> is fine.
|
2005-12-08 12:14:33 +00:00
|
|
|
|
|
|
|
Otherwise, the output reports the resulting state of the ACL, following the
|
|
|
|
header
|
|
|
|
|
2005-12-09 14:48:56 +00:00
|
|
|
Access list for <path> is now
|
2005-12-08 12:14:33 +00:00
|
|
|
|
|
|
|
At the same time, the following error message appears for each file in the
|
|
|
|
cleaned directories:
|
|
|
|
|
2005-12-09 14:48:56 +00:00
|
|
|
fs: '<filename>': Not a directory
|
2005-12-08 12:14:33 +00:00
|
|
|
|
|
|
|
=head1 EXAMPLES
|
|
|
|
|
|
|
|
The following example illustrates the cleaning of the ACLs on the current
|
|
|
|
working directory and two of its subdirectories. Only the second
|
|
|
|
subdirectory had obsolete entries on it.
|
|
|
|
|
|
|
|
% fs cleanacl -path . ./reports ./sources
|
|
|
|
Access list for . is fine.
|
|
|
|
Access list for ./reports is fine.
|
|
|
|
Access list for ./sources is now
|
|
|
|
Normal rights:
|
|
|
|
system:authuser rl
|
|
|
|
pat rlidwka
|
|
|
|
|
|
|
|
=head1 PRIVILEGE REQUIRED
|
|
|
|
|
2005-12-09 14:48:56 +00:00
|
|
|
The issuer must have the C<a> (administer) permission on each directory's
|
|
|
|
ACL (or the ACL of each file's parent directory); the directory's owner
|
|
|
|
and the members of the system:administrators group have the right
|
|
|
|
implicitly, even if it does not appear on the ACL.
|
2005-12-08 12:14:33 +00:00
|
|
|
|
|
|
|
=head1 SEE ALSO
|
|
|
|
|
|
|
|
L<fs_listacl(1)>,
|
|
|
|
L<fs_mkmount(1)>
|
|
|
|
|
|
|
|
=head1 COPYRIGHT
|
|
|
|
|
|
|
|
IBM Corporation 2000. <http://www.ibm.com/> All Rights Reserved.
|
|
|
|
|
|
|
|
This documentation is covered by the IBM Public License Version 1.0. It was
|
|
|
|
converted from HTML to POD by software written by Chas Williams and Russ
|
|
|
|
Allbery, based on work by Alf Wachsmann and Elizabeth Cassell.
|