logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

fs_getcalleraccess - Show the current user's access to a file or directory

Description

       The fsgetcalleraccess command displays the access that the current user has to the specified path using
       the same representation as fslistacl.

Examples

       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
          %

Name

       fs_getcalleraccess - Show the current user's access to a file or directory

Options

-help
           Prints the online help for this command. All other valid options are ignored.

       -path <path>+
           The  -path  option specifies the path on which to operate. -path may be omitted. If this option isn't
           given, the default is to act on the current directory.

Output

       For each path, fsgetcalleraccess 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 fslistacl. See fs_listacl(1) for more information about AFS ACL strings.

Privilege Required

       No special privileges are required for this command.

See Also

fs_listacl(1), fs_setacl(1)

Synopsis

fsgetcalleraccess [-path <path>+] [-help]

       fsgca [-p <path>] [-h]

See Also