Home » Category » Linux & Unix

Linux & Unix: bulk user creation

212| Sat, 17 May 2008 18:56:00 GMT| billyk| Comments (1)
Can anyone tell me if Linux supports bulk user creation?

Does anyone have a web site they can direct me to that I can read further?

Cheers,

Keywords & Tags: bulk, user, creation, linux, unix

URL: http://software.itags.org/linux-unix/212092/
 
«« Prev - Next »» 1 helpful answers below.
Billy K enlightened us with:
> Can anyone tell me if Linux supports bulk user creation?


while read username; useradd -m $username; done < listofusers

> Does anyone have a web site they can direct me to that I can read
> further?


Why do you think this is something an OS does or does not support?
You're thinking way too complex.

Sybren
--
The problem with the world is stupidity. Not saying there should be a
capital punishment for stupidity, but why don't we just take the
safety labels off of everything and let the problem solve itself?

sybren_stuvel | Sat, 17 May 2008 18:58:00 GMT |

Linux & Unix Hot Answers

Linux & Unix New questions

Linux & Unix Related Categories