in reply to Re: Re: How to chgrp in perl?
in thread How to chgrp in perl?
Now you can use the chown function.my $gid = getgrnam("users");
perldoc -f getgrnam gives more detailed information about getgrnam (and its sibling functions).
Arjen
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: How to chgrp in perl?
by neniro (Priest) on Apr 04, 2004 at 14:19 UTC |