Getting other file permissions

Diez B. Roggisch deetsNOSPAM at web.de
Mon Aug 30 09:44:38 EDT 2004


Florian Lindner wrote:

> Hello,
> on a Unix System I want to get the file permissions for other. How to get
> this? Is os.stat("file").st_mode the right way? How to interpret the
> output?

man 2 stat

-- 
Regards,

Diez B. Roggisch



More information about the Python-list mailing list