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

From: Geetha Thanu (geeta@cdfd.org.in)
Date: Wed Dec 07 2005 - 21:22:46 EST


Hello all,
As many have requested the script, I am sending the mail from John to
sunmanagers.
regds
geetha
---------------------------- Original Message ----------------------------
Subject: Re: sript for passwd
From: "John Birtley" <john@nemean.com>
Date: Tue, December 6, 2005 8:02 pm
To: "Geetha Thanu" <geeta@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@cdfd.org.in>
To: <sunmanagers@sunmanagers.org>
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
> _______________________________________________
> sunmanagers mailing list
> sunmanagers@sunmanagers.org
> http://www.sunmanagers.org/mailman/listinfo/sunmanagers
>

-- 
Geetha Thanu
Bioinformatics
CDFD
[demime 1.01b removed an attachment of type application/octet-stream which had a name of pwd.pl]
_______________________________________________
sunmanagers mailing list
sunmanagers@sunmanagers.org
http://www.sunmanagers.org/mailman/listinfo/sunmanagers


This archive was generated by hypermail 2.1.7 : Wed Apr 09 2008 - 23:37:35 EDT