Commit 149f1d75bef8258af9a49e9f7c708abe8ccbc1c6

Kano 2012-09-24T08:49:40

README - FAQ - usermod group - shouldn't remove other groups

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/README b/README
index 1591d66..c034a7c 100644
--- a/README
+++ b/README
@@ -905,7 +905,7 @@ will give output like:
  0 crw-rw---- 1 root dialout 188, 0 2012-09-11 13:49 /dev/ttyUSB0
 This means your account must have the group 'dialout' or root priviledges
 To permanently give your account the 'dialout' group:
- sudo usermod -G dialout `whoami`
+ sudo usermod -G dialout -a `whoami`
 Then logout and back in again