Skip to content

Instantly share code, notes, and snippets.

@innyso
Last active May 3, 2020 12:10
Show Gist options
  • Save innyso/8dfb7964045a7206325e to your computer and use it in GitHub Desktop.
Save innyso/8dfb7964045a7206325e to your computer and use it in GitHub Desktop.
#linux #cmd #usermangement

check user exist

id <username>

or

grep <username> /etc/passwd

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment