in reply to Re: Re: Re: Re: Re: File permission converter
in thread File permission converter

While working on the parser that uses that permissions converter.. I was reminded of the reason I used the above method to parse the permissions. The file I am trying to obtain permissions for resides on a remote server which does not have Perl. I use Expect to SSH into the remote system and retrieve the output from a long listing on the file. Since the file does not reside on the local system I cannot use stat() on the file.
  • Comment on Re: Re: Re: Re: Re: Re: File permission converter