View Single Post

  #9 (permalink)  
Old 06-20-2006
Bit Twister
 
Posts: n/a
Default Re: How to create /etc/passwd file?

On Mon, 19 Jun 2006 17:16:37 -0400, Ross wrote:
>
> In addition, I'd like to have users grouped like this: gid:1000 for users
> user_1 to user_1000, and gid:1001 for users from user_1001 to user_2000,
> etc.


Use an if statement around the code bumping the group id to decide
when to bump the group variable.



Reply With Quote