byod/admin.py

5 lines
79 B
Python

from subprocess import call
users = call("ls /home", shell=True)
print(users)