On a Linux box I want to run a Python script as another user.
I\'ve already made a wrapper program in C++ that calls the script, since I\'ve realized that the owners
Give those users the ability to sudo su $dedicated_username and tailor the permissions on your system so that $dedicated_user has sufficient, but not excessive, access.
sudo su $dedicated_username
$dedicated_user