Y
Hacker News
new
|
ask
|
show
|
jobs
by
antisceptic
1225 days ago
sudo -u fred -i # to become fred
1 comments
arminiusreturns
1225 days ago
sudo -u $user -c '$commandtoexechere" to just run something as the user and drop you back to your own shell.
link