group: add complete group into other group
SuSE Linux 9.3
passwd keeps the users user1, user2, user3 ... and their primary group,
for example usegroup = 200
usegroup:x:200:user1, user2, user3 ...
users::100:anotheruser1, anotheruser2, ...
Is it possible to put all the members of usegroup also into the group users = 100 by writing
users::100:usegroup, anotheruser1, anotheruser2, ...
or do I have to write
users::100:user1, user2, ..., anotheruser1, anotheruser2, ...
How many entries fit into a line of members? 1000?
Thanks
Max
|