Re: OT: Setting password from command line

2001-12-23 Thread Dan Larsson
On Sun, 23 Dec 2001, Ian Chilton wrote: | Sorry for another off-topic post. | | I am creating a user on the command line with: | | pw useradd myusername -g mygroup -s /sbin/nologin -c description | | I now need a way of setting the password on this account, but it must | be none-interactive as I

OT: Setting password from command line

2001-12-23 Thread Ian Chilton
Hello, Sorry for another off-topic post. I am creating a user on the command line with: pw useradd myusername -g mygroup -s /sbin/nologin -c description I now need a way of setting the password on this account, but it must be none-interactive as I want to call it from a Perl script. Any ideas