Quote:
Originally posted by markus1982
If you want to be able to dialout your user must be in the dialout group. So adding that user to that group would have solved the first problem.
|
I'm trying to find out what groups I am in so as not to inadvertantly remove myself from a group and this is what happens:
Quote:
root@bmike1:~# grep bmike1 /etc/group
bmike1:x:1002:
root@bmike1:~#
|
I also tried another user to see if I was doing something wrong:
Quote:
root@bmike1:~# grep root /etc/group
root:x:0:
root@bmike1:~#
|
and it seems that I am. What am I doing wrong? Or else are they not in any groups?