newuser

2004-06-25 Thread James Bell
I have BSD UNIX. What commands should I use from the root to create a new user. Thanks. Jamie Bell [EMAIL PROTECTED] ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any

Re: newuser

2004-06-25 Thread Matthew Seaman
On Thu, Jun 24, 2004 at 11:58:41PM -0400, James Bell wrote: I have BSD UNIX. What commands should I use from the root to create a new user. Essentially: # pw useradd -n name -m # passwd name I suggest that you immediately read the pw(8) man page and the appropriate section of

Re: newuser

2004-06-25 Thread Bill Moran
Matthew Seaman [EMAIL PROTECTED] wrote: On Thu, Jun 24, 2004 at 11:58:41PM -0400, James Bell wrote: I have BSD UNIX. What commands should I use from the root to create a new user. Essentially: # pw useradd -n name -m # passwd name I suggest that you immediately read

Re: newuser

2004-06-25 Thread Matthew Seaman
On Fri, Jun 25, 2004 at 08:30:25AM -0400, Bill Moran wrote: Matthew Seaman [EMAIL PROTECTED] wrote: On Thu, Jun 24, 2004 at 11:58:41PM -0400, James Bell wrote: I have BSD UNIX. What commands should I use from the root to create a new user. Essentially: # pw

Re: newuser

2004-06-25 Thread Bill Moran
Matthew Seaman [EMAIL PROTECTED] wrote: On Fri, Jun 25, 2004 at 08:30:25AM -0400, Bill Moran wrote: Matthew Seaman [EMAIL PROTECTED] wrote: On Thu, Jun 24, 2004 at 11:58:41PM -0400, James Bell wrote: I have BSD UNIX. What commands should I use from the root to create

Re: newuser

2004-06-25 Thread Peter Ulrich Kruppa
On Fri, 25 Jun 2004, Bill Moran wrote: Matthew Seaman [EMAIL PROTECTED] wrote: On Fri, Jun 25, 2004 at 08:30:25AM -0400, Bill Moran wrote: Matthew Seaman [EMAIL PROTECTED] wrote: On Thu, Jun 24, 2004 at 11:58:41PM -0400, James Bell wrote: I have BSD UNIX. What commands should I use from the root

Re: newuser

2004-06-25 Thread epilogue
On Fri, 25 Jun 2004 09:00:19 -0400 Bill Moran [EMAIL PROTECTED] wrote: Matthew Seaman [EMAIL PROTECTED] wrote: On Fri, Jun 25, 2004 at 08:30:25AM -0400, Bill Moran wrote: Matthew Seaman [EMAIL PROTECTED] wrote: On Thu, Jun 24, 2004 at 11:58:41PM -0400, James Bell wrote:

NR: Re: newuser

2004-06-25 Thread Richard P. Williamson
At 15:47 25/06/2004, [EMAIL PROTECTED] wrote: TIMTOWTDI. OK, you're going to have to enlighten me by letting me know what that abbreviation stands for. heya bill, http://www.acronymfinder.com/af-query.asp?String=exactAcronym=timtowtdiFind=Find a handy resource to bookmark (or, if you use

Re: newuser

2004-06-25 Thread Jerry McAllister
On Fri, Jun 25, 2004 at 08:30:25AM -0400, Bill Moran wrote: Matthew Seaman [EMAIL PROTECTED] wrote: =20 On Thu, Jun 24, 2004 at 11:58:41PM -0400, James Bell wrote: =20 I have BSD UNIX. =20 What commands should I use from the root to create a new user. =20 Essentially:

root access to a custom .sh defined as shell; need root privilages to add newuser

2004-02-12 Thread ZZerver ZZserver
create a new group call 'shellauto', add new user 'newuser' promote to 'wheel', then i modify etc/shells to accept my new shell, so when some body logs to my server as 'newuser' the server run my .sh (freeshell.sh), everything works goodl but my question is ...how can i give my script root