CentOS7 User Account Management
CentOS7 User Account Management
1. Configuration Files
1.1 User Configuration File
/etc/passwd
The format contains: username: password: user ID: group ID: comment: home directory: login shell
The 'x' indicates the password is stored separately in /etc/shadow
1.2 Group Configuration File
/etc/group
1.3 Password Storage File
/etc/shado ...
Posted on Thu, 07 May 2026 20:00:22 +0000 by davestevens_uk