Skip to content

Instantly share code, notes, and snippets.

@marschhuynh
Created December 30, 2016 17:53
Show Gist options
  • Save marschhuynh/71db5ed80eef45996624093047f20be9 to your computer and use it in GitHub Desktop.
Save marschhuynh/71db5ed80eef45996624093047f20be9 to your computer and use it in GitHub Desktop.
Run command line as another user
su - root -c "command"
OR
su - -c "command arg1"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment