Damn...  I hate following up my own messages, especially when
it's a couple of stupid typos...

On Sun, Dec 10, 2000 at 12:21:11AM -0500, Michael H. Warfield wrote:

        [...]

>       This would do something like what you are asking...

> ] echo -n "Enter name: "
> ] read newuser
> ] echo -n "Enter fullname: "
> ] read fullname
> ] adduser -c "$fulname" "newuser"

        adduser -c "$fullname" "$newuser"
                        ^       ^

>       Adapt accordingly.

> > thank you for your help

> > eric

>       Mike
> -- 
>  Michael H. Warfield    |  (770) 985-6132   |  [EMAIL PROTECTED]
>   (The Mad Wizard)      |  (678) 463-0932   |  http://www.wittsend.com/mhw/
>   NIC whois:  MHW9      |  An optimist believes we live in the best of all
>  PGP Key: 0xDF1DD471    |  possible worlds.  A pessimist is sure of it!

        Mike
-- 
 Michael H. Warfield    |  (770) 985-6132   |  [EMAIL PROTECTED]
  (The Mad Wizard)      |  (678) 463-0932   |  http://www.wittsend.com/mhw/
  NIC whois:  MHW9      |  An optimist believes we live in the best of all
 PGP Key: 0xDF1DD471    |  possible worlds.  A pessimist is sure of it!



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to