getting umask without changing it

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Faik Uygur

    #1

    getting umask without changing it

    Is there a python way of getting the current umask without changing it?
    os.umask changes it, and i dont want to use os.system("umas k")

    - Faik
Working...