Skip to content

Instantly share code, notes, and snippets.

@rafamdr
Created November 5, 2020 18:51
Show Gist options
  • Save rafamdr/8981c6f713b2545941d6da319d7e7768 to your computer and use it in GitHub Desktop.
Save rafamdr/8981c6f713b2545941d6da319d7e7768 to your computer and use it in GitHub Desktop.
Execute multiple commands under another linux user
sudo -u devil -- sh -c "whoami; cd ~/ && pwd"
# Expected result
# devil
# /some/hell/path/devil
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment