Brief introduction of Linux group information file and group password file

User and user group management-1.3 group information file and group password file

Write in the front: If you finish the inspection by yourself, there may be some mistakes. If you find something wrong, you can leave a message or private message me below, I will correct it as soon as possible

1. Group information file: / etc / group

  • Field 1: Group name

  • Field 2: Group password flag

  • Field 3: GID

  • Field 4: Additional users in the group

2. Group password file: / etc / gshadow

  • Field 1: Group name

  • Field 2: Group password (team leader)

  • Field 3: Group administrator username

  • Field 4: Additional users in the group

Write in the back: I hope these explanations will be helpful to you, I hope everyone will like and pay attention to it. Your support is my biggest motivation (๑> ؂ <๑)

Published 341 original articles · praised 33 · 40,000+ views

Guess you like

Origin blog.csdn.net/qq_43479432/article/details/105606823