Re: pw create home dir issue

2008-04-22 Thread Peter Boosten
Unga wrote: Hi I cannot get the pw to create a new user's home directory. Here is what I used: pw -V /etc useradd -n test \ -c Test User -b /home/ \ -G wheel,operator -m -M 0700 \ -k /etc/skel/ -s /usr/local/bin/bash It creates the user without user's home directory.

Re: pw create home dir issue

2008-04-22 Thread Unga
--- Peter Boosten [EMAIL PROTECTED] wrote: Unga wrote: Hi I cannot get the pw to create a new user's home directory. Here is what I used: pw -V /etc useradd -n test \ -c Test User -b /home/ \ -G wheel,operator -m -M 0700 \ -k /etc/skel/ -s /usr/local/bin/bash

Re: pw create home dir issue

2008-04-22 Thread Peter Boosten
Unga wrote: --- Peter Boosten [EMAIL PROTECTED] wrote: Unga wrote: Hi I cannot get the pw to create a new user's home directory. Here is what I used: pw -V /etc useradd -n test \ -c Test User -b /home/ \ -G wheel,operator -m -M 0700 \ -k /etc/skel/ -s

Re: pw create home dir issue

2008-04-22 Thread Jonathan McKeown
On Tuesday 22 April 2008 12:54, Unga wrote: --- Peter Boosten [EMAIL PROTECTED] wrote: I use [pw] without the slash: adduser -d /home -q -s /usr/local/bin/rzsh Works like charm There is no keyword adduser to the pw(8) :) From the manpage: The first one or two keywords

Re: pw create home dir issue

2008-04-22 Thread Unga
--- Jonathan McKeown [EMAIL PROTECTED] wrote: On Tuesday 22 April 2008 12:54, Unga wrote: --- Peter Boosten [EMAIL PROTECTED] wrote: I use [pw] without the slash: adduser -d /home -q -s /usr/local/bin/rzsh Works like charm There is no keyword adduser to the pw(8) :)

Re: pw create home dir issue

2008-04-22 Thread Matthew Seaman
-BEGIN PGP SIGNED MESSAGE- Hash: RIPEMD160 Unga wrote: Hi I cannot get the pw to create a new user's home directory. Here is what I used: pw -V /etc useradd -n test \ -c Test User -b /home/ \ -G wheel,operator -m -M 0700 \ -k /etc/skel/ -s /usr/local/bin/bash

Re: pw create home dir issue

2008-04-22 Thread Unga
--- Matthew Seaman [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: RIPEMD160 Unga wrote: Hi I cannot get the pw to create a new user's home directory. Here is what I used: pw -V /etc useradd -n test \ -c Test User -b /home/ \ -G wheel,operator -m