Skip to content

Instantly share code, notes, and snippets.

@dkinzer
Created May 1, 2012 14:17
Show Gist options
  • Save dkinzer/2568207 to your computer and use it in GitHub Desktop.
Save dkinzer/2568207 to your computer and use it in GitHub Desktop.
Switching to a user that does not have a default shell
#in this case the user name is jenkins
sudo su - -s /bin/bash jenkins
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment