Skip to content

Commit 04d69ef

Browse files
authored
Update 08_sharing_data_on_hpc.mdx
updated spacing
1 parent 1e98125 commit 04d69ef

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

docs/hpc/03_storage/08_sharing_data_on_hpc.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,10 @@ Once you have a group assigned, managers of the group can use the `ipa` commands
7171

7272
Relevant user commands include:
7373
- `ipa group-add-member`: Add members to a group.
74+
Example:
7475
`ipa group-add-member GROUP-NAME --users='NETID'`
7576
- `ipa group-add-member-manager`: Add users that can manage members of this group.
77+
Example:
7678
`ipa group-add-member-manager GROUP-NAME --users='NETID'`
7779
- `ipa group-find`: Search for groups.
7880
Example:
@@ -92,10 +94,13 @@ Number of entries returned 2
9294
----------------------------
9395
```
9496
- `ipa group-remove-member`: Remove members from a group.
97+
Example:
9598
`ipa group-remove-member --users=NETID`
9699
- `ipa group-remove-member-manager`: Remove users that can manage members of this group.
100+
Example:
97101
`ipa group-remove-member-manager --users=NETID`
98102
- `ipa group-show`: Display information about a named group.
103+
Example:
99104
`ipa group-show GROUP-NAME`
100105
Example:
101106
```

0 commit comments

Comments
 (0)