Re: [OpenAFS] how do I know if I'm in AFS

2008-06-25 Thread Kim Kimball
David Bear wrote: aside from taking the full path to the file I'm stat'ing, is there any other operating system independent way to tell if I'm looking at a file in afs? stat can return directory, link, file types. Are there other codes that could be use to test for 'inAFS'? -- David Bear

Re: [OpenAFS] how do I know if I'm in AFS

2008-06-25 Thread David Bear
Thanks. This is an interesting way to do it and it retains os independence. Can anyone tell me was return codes the fs command has? (error levels that it passes back to the calling shell) On Wed, Jun 25, 2008 at 8:39 AM, Kim Kimball [EMAIL PROTECTED] wrote: David Bear wrote: aside from