Re: Adding a User in a Script

2000-11-16 Thread Chris Morton
"Anthony E . Greene" wrote: > > On Wed, 15 Nov 2000 15:13 Chris Morton wrote: > >Is there a way to add a single user and password using parameters from > the > >command line? > > man chpasswd Thanks. ___ Redhat-list mailing list [EMAIL PROTECTED] h

Re: Adding a User in a Script

2000-11-16 Thread Chris Morton
Cameron Simpson wrote: > These may do the trick for you. Thanks for your help. ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Re: Adding a User in a Script

2000-11-16 Thread Cameron Simpson
On Wed, Nov 15, 2000 at 12:13:24PM -0800, Chris Morton wrote: | Is there a way to add a single user and password using parameters from the | command line? [...] | The one thing I was unable to do was to set the password without intervention | when the user was added. [...] | Is there a better way

Re: Adding a User in a Script

2000-11-15 Thread Anthony E . Greene
On Wed, 15 Nov 2000 15:13 Chris Morton wrote: >Is there a way to add a single user and password using parameters from the >command line? man chpasswd -- Anthony E. Greene <[EMAIL PROTECTED]> PGP Key: 0x6C94239D/7B3D BD7D 7D91 1B44 BA26 C484 A42A 60DD 6C94 239D

Re: Adding a User in a Script

2000-11-15 Thread Mikkel L. Ellertson
On Wed, 15 Nov 2000, Chris Morton wrote: > Is there a way to add a single user and password using parameters from the > command line? > > I've set up a script for a user to add users, create directories, set > permissions, etc. I have the user type in "usersetup ". > This adds the user, creat