Skip to content

Commit 748f074

Browse files
authored
Fix hierarchy of listings (#2089)
1 parent e3befc0 commit 748f074

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/desktop/gnome/user_and_group_account_management.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: How to Create New Users and Group Accounts
2+
title: User and group account management
33
author: Sasheeny Hubbard
44
contributors: Steven Spencer, Ganna Zhyrnova
55
tested with: 9.4
@@ -75,7 +75,7 @@ Observe the addition of the new user to the list of users displayed under the **
7575
cat /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
105105
sudo 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
117117
sudo gpasswd -d username groupname
118118
```
119119

120-
#### Delete user account
120+
### Delete user account
121121

122122
To delete a user account:
123123

@@ -133,7 +133,7 @@ Or
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
139139
sudo userdel -d username groupname

0 commit comments

Comments
 (0)