nfs module?

Thomas Guettler guettli at thomas-guettler.de
Thu Oct 2 08:08:12 EDT 2003


Am Wed, 01 Oct 2003 13:23:38 -0700 schrieb nuubs:

> Hello python gurus and everyone else!
> 
> I've been tasked to write a python program to help with auditing. The program
> will involved auditing NFS links and checked for permission and proper security
> settings.
> 
> Does anyone know if there's an NFS module already made in Python? If there is,
> it would make it a lot simpler, I think... :), to code the program. I made an
> extensive search on it but found none.
> 
> Any suggestion or ideas are very welcome.

Do you want to audit NFS by using the UDP protocol,
or do you just want to check if the filesystem contains
some links which could be unsecure?

If you just want to check the filesystem, you only need
the os and os.path module.

 thomas





More information about the Python-list mailing list