![]() |
|
The stupid question is the question not asked | |
PerlMonks |
Creating a new Unix groupby c (Hermit) |
on Mar 24, 2002 at 16:41 UTC ( #153901=perlquestion: print w/replies, xml ) | Need Help?? |
c has asked for the wisdom of the Perl Monks concerning the following question:
Does anyone know of a module that replicates the groupadd/addgroup command in unix? Right now, I am creating the group manually, by reading in /etc/group, finding the highest gid, adding one to it and then appending the new info in the correct format to the end of the file. I now have a system that uses gshadow. Turning off a shadowed groupfile isnt too difficult, but if there was a module out there that dealt with groups, so much the better. humbly -c
Back to
Seekers of Perl Wisdom
|
|