언어/python
python + getuid
파아랑새
2018. 1. 10. 23:53
import os
print (os.getuid())
# 1000
import os
print (os.getuid())
# 1000