Results 1 to 3 of 3
Hi,
Our requirement is to create multiple user account with UID:-
/tmp/users.txt
rohit
guna
samsir
like this 100 user names in /tmp/users.txt file
/tmp/uid.txt
2001
3789
1000134
like this 100 ...
- 03-15-2011 #1Just Joined!
- Join Date
- Mar 2009
- Posts
- 13
Useradd Script
Hi,
Our requirement is to create multiple user account with UID:-
/tmp/users.txt
rohit
guna
samsir
like this 100 user names in /tmp/users.txt file
/tmp/uid.txt
2001
3789
1000134
like this 100 UID's in /tmp/UID.txt file
The script should take input from both the files and create user account. for example user account rohit should have an UID of 2001 and user samsir should have an UID of 1000134. How to achieve this, your help would be highly appreciated. I need to create 100 user account like this.
- 03-15-2011 #2
- 03-16-2011 #3Just Joined!
- Join Date
- Mar 2009
- Posts
- 13


Reply With Quote
