On 15/06/18 20:52, Asbel Kiprop wrote:
> hello @misc!
> Kinda simple question here, but didnt fount any answer.
> After fresh install i've created new user, added to 'wheel' group.
> But /home/user/ direstory and everything in it has "user:user" owner, but
> shouldnt it be like "user:wheel" instead?
> sorry for bad english, hope for some help

No, no!

$ useradd -D
group           =uid
base_dir        /home
skel_dir        /etc/skel
shell           /bin/ksh
class           
inactive        Null (unset)
expire          Null (unset)
range           1000..60000

The wheel group is a secondary group for the user.
Read man 8 useradd

Reply via email to