Hello Everyone,
I'm trying to find some information on this, I just started my dive into FreeBSD administration. Is the group called "1016" the same as the wheel group, why doesn't it just say wheel? I do not have this group listen in my /etc/group.
I changed my sudoers from 1016 to wheel because I was getting an error and after that it worked. I'm not having any problems now. Just wanted to know where 1016 comes from, if anyone knows.
Thanks in advance,
Alex
I'm trying to find some information on this, I just started my dive into FreeBSD administration. Is the group called "1016" the same as the wheel group, why doesn't it just say wheel? I do not have this group listen in my /etc/group.
Code:
# ls -la /etc/passwd
-rw-r--r-- 1 root 1016 1453 Jul 8 20:43 /etc/passwd
I changed my sudoers from 1016 to wheel because I was getting an error and after that it worked. I'm not having any problems now. Just wanted to know where 1016 comes from, if anyone knows.
Code:
# ls -la /usr/local/etc/sudoers
-r--r----- 1 root wheel 1194 Jul 8 06:36 /usr/local/etc/sudoers
Thanks in advance,
Alex