Created
January 10, 2021 22:05
-
-
Save alivx/7fdd0ee72f4dbe633822684de0363948 to your computer and use it in GitHub Desktop.
Ubuntu passwd, Shadow, group and other files
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The format of the/etc/shadow file is as follows: | |
Username:password:last_change:min_change:max_change:warm:failed_expire:expiration:reserved. | |
The contents of the/etc/passwd file are as follows: | |
Each line consists of a semicolon-delimited string of characters, in the following format: | |
Username:password:uid:gid:gecos:homedir:shell |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment