Skip to content
This repository was archived by the owner on Aug 5, 2022. It is now read-only.

Commit 318abdb

Browse files
committed
[README] Fix bogus command to add user to group (#255)
I typed 'useradd' when I meant 'usermod' and worse, without the -a flag it wipes out your other group memberships. Signed-off-by: Geoff Gustafson <[email protected]>
1 parent 70c4b56 commit 318abdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ $ source ~/.bashrc
6767
Add your user to the plugdev group with this command:
6868

6969
```bash
70-
$ sudo useradd -G plugdev USERNAME
70+
$ sudo usermod -a -G plugdev USERNAME
7171
```
7272

7373
#### Add udev rules

0 commit comments

Comments
 (0)