/ Published in: Python
You can also check other kind of perms changing the constant os.R_OK
Expand |
Embed | Plain Text
import os path = "/home/arcturus/.bash_history" os.access(path, os.R_OK)
You need to login to post a comment.
You can also check other kind of perms changing the constant os.R_OK
import os path = "/home/arcturus/.bash_history" os.access(path, os.R_OK)
You need to login to post a comment.