Skip to content

Instantly share code, notes, and snippets.

@kopwei
Created March 28, 2014 13:00
Show Gist options
  • Save kopwei/9832139 to your computer and use it in GitHub Desktop.
Save kopwei/9832139 to your computer and use it in GitHub Desktop.
Execute script as another user
su -c "Your command right here" -s /bin/sh otheruser
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment