Skip to content

Instantly share code, notes, and snippets.

@soundslikeinfo
Last active November 29, 2019 22:34
Show Gist options
  • Save soundslikeinfo/1294965 to your computer and use it in GitHub Desktop.
Save soundslikeinfo/1294965 to your computer and use it in GitHub Desktop.
[su shell and usermod] #LegacyGISTS #shell
su - # switch user (root)
usermod -d /home/path/ {user} # set the user's home path
usermod {user} -s /bin/shell # set the user's shell
grep {user} /etc/passwd # find a user's id,group,access
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment