Skip to content

Commit 4899c36

Browse files
authored
Merge pull request #277 from NYU-RTS/mdweisner-patch-1
Update 08_sharing_data_on_hpc.mdx
2 parents 80fafd9 + 46c7f00 commit 4899c36

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

docs/hpc/03_storage/08_sharing_data_on_hpc.mdx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -71,13 +71,13 @@ 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:
74+
-- Example:
7575
`ipa group-add-member GROUP-NAME --users='NETID'`
7676
- `ipa group-add-member-manager`: Add users that can manage members of this group.
77-
Example:
77+
-- Example:
7878
`ipa group-add-member-manager GROUP-NAME --users='NETID'`
7979
- `ipa group-find`: Search for groups.
80-
Example:
80+
-- Example:
8181
```
8282
ipa group-find test
8383
----------------
@@ -94,15 +94,15 @@ Number of entries returned 2
9494
----------------------------
9595
```
9696
- `ipa group-remove-member`: Remove members from a group.
97-
Example:
97+
-- Example:
9898
`ipa group-remove-member --users=NETID`
9999
- `ipa group-remove-member-manager`: Remove users that can manage members of this group.
100-
Example:
100+
-- Example:
101101
`ipa group-remove-member-manager --users=NETID`
102102
- `ipa group-show`: Display information about a named group.
103-
Example:
103+
-- Example:
104104
`ipa group-show GROUP-NAME`
105-
Example:
105+
-- Example:
106106
```
107107
[mdw303@torch-login-1 ~]$ ipa group-show g-hpc-mdw303test
108108
Group name: g-hpc-mdw303test

0 commit comments

Comments
 (0)