Note on managing UID and GID for CNU/Linux users ① what a user can do depends on UID and GID. ② file permissions involve three types of users: ● owner ● group ● other ③ manage user files... information & nbsp; | & nbsp; CNU/Linux user management [UID and GID] note ① what a user can do depends only on UID and GID ② file permission involves three types of users: ● owner ● group ● other ③ manage three user files: ●/etc/passwd: there are 7 fields, and UID No. 4 is the GID, which can be accessed by any user ●/etc/shadow: there are nine fields, the password encrypted by the corresponding user in the passwd file is saved, and only the root user has the right to view ●/etc/group ④ The working principle of useradd is actually modifying 3 mentioned 3 file, and create a home directory ⑤ groups and user name to display the group to which the user belongs
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.