/ Published in: Python
You can also check other kind of perms changing the constant os.R_OK
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
import os path = "/home/arcturus/.bash_history" os.access(path, os.R_OK)