Hacker News new | ask | show | jobs
by antisceptic 1225 days ago
sudo -u fred -i # to become fred
1 comments

sudo -u $user -c '$commandtoexechere" to just run something as the user and drop you back to your own shell.