Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

fs_getcalleraccess(1) [debian man page]

FS_GETCALLERACCESS(1)					       AFS Command Reference					     FS_GETCALLERACCESS(1)

NAME
fs_getcalleraccess - Show the current user's access to a file or directory SYNOPSIS
fs getcalleraccess [-path <path>+] [-help] fs gca [-p <path>] [-h] DESCRIPTION
The fs getcalleraccess command displays the access that the current user has to the specified path using the same representation as fs listacl. 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, 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. 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 % PRIVILEGE REQUIRED
No special privileges are required for this command. SEE ALSO
fs_listacl(1), fs_setacl(1) 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. OpenAFS 2012-03-26 FS_GETCALLERACCESS(1)

Check Out this Related Man Page

FS_LISTALIASES(1)					       AFS Command Reference						 FS_LISTALIASES(1)

NAME
fs_listaliases - Displays the current list of aliases for AFS cells SYNOPSIS
fs listaliases [-help] DESCRIPTION
The fs listaliases command shows the list of cell aliases currently in effect, both from CellAlias and created using fs newalias. Cell aliases can only be used when the using a Dynamic Root (the -dynroot option to afsd). OPTIONS
-help Prints the online help for this command. All other valid options are ignored. OUTPUT
If an alias "openafs" exists for the cell "openafs.org", the output include the following line: Alias openafs for cell openafs.org EXAMPLES
There is only one way to invoke fs listaliases: % fs listaliases PRIVILEGE REQUIRED
No special privileges are required for this command. SEE ALSO
afsd(8), CellAlias(5), fs_newalias(1) 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. OpenAFS 2012-03-26 FS_LISTALIASES(1)
Man Page

5 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

list users current path

Looking for a command which shows the current path of other users. Similiar to the PWD command. Need to be able to see which part of the system the user is logged on to. Thanks G (1 Reply)
Discussion started by: Gandalf77
1 Replies

2. Linux

userid access to a single path

Hi All, Can a user-a on linux be able to access to particular path only? I think is not possible because if the /etc have r on the other then user-a can access it. Right? Thanks for any comment you have will add. (1 Reply)
Discussion started by: itik
1 Replies

3. AIX

New user and restrict path

Hello I have a question in Aix 5.3 can I create a user, that only can see a specify path. I mean the user log in the default path its /home/newuser he type cd the path that need to check /example/directory_check but if he wants to go to / or any other path. we can not do this. I only... (1 Reply)
Discussion started by: lo-lp-kl
1 Replies

4. UNIX for Dummies Questions & Answers

find - link - error

Have a random question: In simple terms I have a find command on a dir: /path/user/data/ /path/user is a link to: /tmp/storage/ The find command outputs the files it finds as: /path/user/data/file What I need is: /tmp/storage/file Is there a way to "resolve" the Unix... (5 Replies)
Discussion started by: Cranie
5 Replies

5. Red Hat

Machine Path name

I'm trying to transfer a file from one machine to another using scp. However, I'm not exactly sure how to enter the path name. I'm copying the file OUTPUT.csv to afs/umich.edu/user/k/s/kssteig in the directory titled equilibrium. I thought it was right to do: scp OUTPUT.csv... (1 Reply)
Discussion started by: kssteig
1 Replies