Link to home
Start Free TrialLog in
Avatar of kecoak
kecoak

asked on

Group Password in Unix

1) Why Group password is hardly used in Unix?
2) In /etc/group all my groups do not have password i.e
<groupname>: :<users> -> the password's field is blank, in this case I believe that the password is not set, but why if users would like to change group i.e newgrp <group> they asked for a password? I checked on /etc/gshadow the following group does not have encrypted password in the file.
3) Suppose that I add a new group by runnning command like
groupadd <newgroup>, How to add a new group without having set a new password for them?
Avatar of gheist
gheist
Flag of Belgium image

1) Because it serves almost no purpose, and complexizes process management.
2) Please post output of "uname -a" for more exlanation. Behavior is system-specific.
3) read (2), and who are "them" ???
ASKER CERTIFIED SOLUTION
Avatar of bira
bira

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Depending on system type it may or may not work.
Avatar of kecoak
kecoak

ASKER

Slackware 10.2
as bira described then.
unix/linux do not have something like "group passwords", use ACLs for that
1) It's a security risk!

2) see above

3) see above