Sudo

sudo su

If you have overall access by using sudo just sudo su so that you will become root


sudo -u user /usr/bin/python3 /some/files/file.py

Last updated