Browse Source

Merge pull request #312 from kanoi/master

README - FAQ - usermod group - shouldn't remove other groups
Con Kolivas 13 years ago
parent
commit
c1432db2ea
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README

+ 1 - 1
README

@@ -905,7 +905,7 @@ will give output like:
  0 crw-rw---- 1 root dialout 188, 0 2012-09-11 13:49 /dev/ttyUSB0
  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
 This means your account must have the group 'dialout' or root priviledges
 To permanently give your account the 'dialout' group:
 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
 Then logout and back in again