Need function to test if EFFECTIVE UID has read-access to a file.

Markus Kemp NutJob at gmx.net
Wed Nov 17 12:15:17 EST 2004


Hi all,

Well, basically the title says it all. I can't use os.access() because
it tests whether the REAL UID can read/write/exec the file. Surely
there has to be a function that does what I need, but I can't seem to
find it. Any input welcome.

Regards,

Markus



More information about the Python-list mailing list