![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Can't create users in /home | sdspawankumar | SUN Solaris | 4 | 08-21-2008 12:13 PM |
| How to create users on HP UX???? | mascotlee | UNIX Desktop for Dummies Questions & Answers | 8 | 07-21-2008 03:02 AM |
| create users from template | rijeshpp | Shell Programming and Scripting | 0 | 10-31-2007 10:29 AM |
| script to create users on many servers | dnidiffer | Shell Programming and Scripting | 1 | 09-25-2005 03:32 AM |
| shell scripts to create 100 users | xiamin | UNIX for Dummies Questions & Answers | 9 | 09-07-2001 02:47 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
For loop to create 9000 users
Hello, I need to figure out how to create a shell
script that iterates 9000 times to create users. so far i have this: #!/bin/sh #Script adds multiple users into the Service manager i=0 for i in 1 * 9000 do ./insuser /WideSpan/config/vipclient.conf $i $i password 0 Org1 UserGroup1 'A' 1 "" "" root done Am I on the right track ? |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|