--- tags: - bash --- [[Bash]] [[Executing bash commands as another user]] The easiest way I've found is via tmux: `tmux -d new-session -s somename 'command'`. Stuff with `nohup` and `&` tends to be a little bit painful. Especially so when executing this over ssh.