According to the openAFS docs, fs getcalleracces some_path
should give me my effective rights to "some_path".
When I run this command on some directories I get
Callers access to . is rlidwk
While this does not include the 'a' administer rights, in actuality, I can change the permissions to this directory (probably because I am the owner of the volume). For example fs sa some_path some_id rw
works fine.
Is there some way I can check that I am the owner of the volume? I can't seem to find any commands in the openAFS docs that provide this info.