11---
2- title : How to Create New Users and Group Accounts
2+ title : User and group account management
33author : Sasheeny Hubbard
44contributors : Steven Spencer, Ganna Zhyrnova
55tested with : 9.4
@@ -75,7 +75,7 @@ Observe the addition of the new user to the list of users displayed under the **
7575cat /etc/passwd
7676```
7777
78- #### Modify user account
78+ ### Modify user account
7979
8080- Click the vertical ellipsis icon for the new user and then click ** Edit user**
8181
@@ -99,7 +99,7 @@ To add a user to a group, do the following:
9999
100100 ![ img] ( images/user_group_acctmgt_images/14.png )
101101
102- ##### CLI method: adding a user to a group
102+ #### CLI method: adding a user to a group
103103
104104``` text
105105sudo usermod -aG groupname username
@@ -111,13 +111,13 @@ To remove a user from a group:
111111
112112 ![ img] ( images/user_group_acctmgt_images/18.png )
113113
114- ##### CLI method: remove a user from a group
114+ #### CLI method: remove a user from a group
115115
116116``` text
117117sudo gpasswd -d username groupname
118118```
119119
120- #### Delete user account
120+ ### Delete user account
121121
122122To delete a user account:
123123
133133
134134 ![ img] ( images/user_group_acctmgt_images/22.png )
135135
136- ##### CLI method: delete a user account
136+ #### CLI method: delete a user account
137137
138138``` text
139139sudo userdel -d username groupname
0 commit comments