3 fs_getcalleraccess - Show the current user's access to a file or directory
10 B<fs getcalleraccess> S<<< [B<-path> <I<path>>+] >>> [B<-help>]
12 B<fs gca> S<<< [B<-p> <I<path>>] >>> [B<-h>]
19 The B<fs getcalleraccess> command displays the access that the current
20 user has to the specified path using the same representation as B<fs
29 Prints the online help for this command. All other valid options are
32 =item B<-path> <I<path>>+
34 The B<-path> option specifies the path on which to operate. B<-path> may
35 be omitted. If this option isn't given, the default is to act on the
42 For each path, B<fs getcalleraccess> outputs a line like:
44 Callers access to <directory> is <rights>
46 where <directory> is the path on which it is operating and <rights> is an
47 ACL string in the same format as is returned by B<fs listacl>. See
48 L<fs_listacl(1)> for more information about AFS ACL strings.
52 The following command shows the current user's access to the path
53 F</afs/openafs.org>, which is read and lookup access.
55 % fs getcalleraccess /afs/openafs.org
56 Callers access to /afs/openafs.org is rl
59 =head1 PRIVILEGE REQUIRED
61 No special privileges are required for this command.
70 Copyright 2007 Jason Edgecombe <jason@rampaginggeek.com>
72 This documentation is covered by the BSD License as written in the
73 doc/LICENSE file. This man page was written by Jason Edgecombe for