I created the group "support" and add more users to the group with the
Example:
Other users will not appear in the group.
If I type the following command:
The user does not appear gray in the support group.
I hope you can help me, I need the support group has permissions on a particular folder.
Cheers!
#pw groupmod support -M cano command but to display the information of the last user group that I added and others do not appear in the group only appears.Example:
#pw groupmod support -M cano #pw groupmod support -M samy #pw groupmod support -M fer
Code:
#pw groupshow support
support:*:1003:fer
Other users will not appear in the group.
If I type the following command:
Code:
#id cano
uid = 1005 (cano) gid = 1006 (cano) groups = 1006 (cano)
#id fer
uid=1003(fer) gid=1004(fer) groups=1004(fer),1003(support)
The user does not appear gray in the support group.
I hope you can help me, I need the support group has permissions on a particular folder.
Cheers!