Home > OS >  Linux how to create a user (user group), and according to the user in the user group
Linux how to create a user (user group), and according to the user in the user group

Time:09-27

Groupadd test create text user group
Useradd user1 create user1 user
Passwd user1 set the password user1
Gpasswd -a user1 text add user to text user group
Grep 'text'/etc/group shows the text all users in the user group
  • Related