Quote |
-G group,[...] A list of supplementary groups which the user is also a member of. Each group is separated from the next by a comma, with no intervening whitespace. The groups are subject to the same restrictions as the group given with the -g option. If the user is currently a member of a group which is not listed, the user will be removed from the group. This behaviour can be changed via -a option, which appends user to the current sup- plementary group list. |
Quote |
$ ls -lhaF /KNOPPIX/dev/fb* | head -n 3 crw--w--w- 1 root tty 29, 0 Apr 15 2001 /KNOPPIX/dev/fb0 crw--w--w- 1 root tty 29, 1 Apr 15 2001 /KNOPPIX/dev/fb0autodetect crw--w--w- 1 root tty 29, 0 Apr 15 2001 /KNOPPIX/dev/fb0current |
Code Sample |
sudo usermod -a -G tty dsl |