Questions tagged [libnfs]

1 questions
1
vote
0 answers

How can we find the file access permissions in NFS server using python util?

I want to check whether my current user has read access to a NFS file. One way to do it is to try to open the file using NFS util library libnfs. In this case, if user will not have read permission, an error will be thrown. However, this doesn't…
enigma
  • 41
  • 6