summary: script attached:[Fwd: Re: sript for passwd]

2007-12-25 5:38:00

Hello all,
As many have requested the script, I am sending the mail from John to
codeprof.
regds
geetha
---------------------------- Original Message ----------------------------
Subject: Re: sript for passwd
From: "John Birtley" <john at nemean.com>
Date: Tue, December 6, 2005 8:02 pm
To: "Geetha Thanu" <geeta at cdfd.org.in>
--------------------------------------------------------------------------

Use the attached.

After creating the user in your shell script, call this script - e.g.:

#!/bin/sh

for USER in $SOME_LIST_OF_USERS
do
useradd -d /home/$USER $USER
pwd.pl $USER $USER
done

----- Original Message -----
From: "Geetha Thanu" <geeta at cdfd.org.in>
To: <codeprof at codeprof.com>
Sent: Tuesday, December 06, 2005 5:42 AM
Subject: sript for passwd

> hello
>
> I have to create 200 users and has done with a help of shell script.
>
> Now i have to assign passwd to these users as either the same login
names or just with out any passwd.
>
> can anybody help me out with a simple script.
>
> geetha
> _______________________________________________
> codeprof mailing list
> codeprof at codeprof.com
> http://www.codeprof.com/execute/ask/?codeinfoid=38685
>

--
Geetha Thanu
Bioinformatics
CDFD

[demime 1.01b removed an attachment of type application/octet-stream which had a name of pwd.pl]

Comments

Got something to say?

You must be logged in to post a comment.