FS_GETCALLERACCESS(1) | AFS Command Reference | FS_GETCALLERACCESS(1) |
fs_getcalleraccess - Show the current user's access to a file or directory
fs getcalleraccess [-path <path>+] [-help]
fs gca [-p <path>] [-h]
The fs getcalleraccess command displays the access that the current user has to the specified path using the same representation as fs listacl.
For each path, fs getcalleraccess outputs a line like:
Callers access to <directory> is <rights>
where <directory> is the path on which it is operating and <rights> is an ACL string in the same format as is returned by fs listacl. See fs_listacl(1) for more information about AFS ACL strings.
The following command shows the current user's access to the path /afs/openafs.org, which is read and lookup access.
% fs getcalleraccess /afs/openafs.org Callers access to /afs/openafs.org is rl %
No special privileges are required for this command.
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.
2022-12-22 | OpenAFS |