| Author |
Message |
Super-User *nix forums beginner
Joined: 24 Mar 2005
Posts: 7
|
Posted: Fri May 12, 2006 9:34 pm Post subject:
Users
|
|
|
|
How do you set up new "users" with Solaris 10 |
|
| Back to top |
|
 |
Rich Teer *nix forums Guru
Joined: 21 Feb 2005
Posts: 1038
|
Posted: Fri May 12, 2006 9:57 pm Post subject:
Re: Users
|
|
|
On Sat, 13 May 2006, Super-User wrote:
| Quote: | How do you set up new "users" with Solaris 10
|
Use useradd.
--
Rich Teer, SCNA, SCSA, OpenSolaris CAB member
President,
Rite Online Inc.
Voice: +1 (250) 979-1638
URL: http://www.rite-group.com/rich |
|
| Back to top |
|
 |
Dave Uhring *nix forums Guru
Joined: 02 Mar 2005
Posts: 973
|
Posted: Fri May 12, 2006 10:56 pm Post subject:
Re: Users
|
|
|
On Fri, 12 May 2006 21:57:21 +0000, Rich Teer wrote:
| Quote: | On Sat, 13 May 2006, Super-User wrote:
How do you set up new "users" with Solaris 10
Use useradd.
|
Why not give the OP an example?
# useradd -c 'Rich Teer' -d /export/home/rich -m -s /usr/bin/bash rich
# passwd rich
:-)) |
|
| Back to top |
|
 |
Rich Teer *nix forums Guru
Joined: 21 Feb 2005
Posts: 1038
|
Posted: Sat May 13, 2006 12:23 am Post subject:
Re: Users
|
|
|
On Fri, 12 May 2006, Dave Uhring wrote:
| Quote: | Why not give the OP an example?
|
Good point.
| Quote: | # useradd -c 'Rich Teer' -d /export/home/rich -m -s /usr/bin/bash rich
|
:s/bash/ksh
(I also use the autmounter, so I'd do a -d /home/rich, but that's a different
discussion!)
:-)
--
Rich Teer, SCNA, SCSA, OpenSolaris CAB member
President,
Rite Online Inc.
Voice: +1 (250) 979-1638
URL: http://www.rite-group.com/rich |
|
| Back to top |
|
 |
Dave Uhring *nix forums Guru
Joined: 02 Mar 2005
Posts: 973
|
Posted: Sat May 13, 2006 12:53 am Post subject:
Re: Users
|
|
|
On Sat, 13 May 2006 00:23:48 +0000, Rich Teer wrote:
| Quote: | On Fri, 12 May 2006, Dave Uhring wrote:
# useradd -c 'Rich Teer' -d /export/home/rich -m -s /usr/bin/bash rich
:s/bash/ksh
|
I thought you might appreciate that. |
|
| Back to top |
|
 |
Frank Cusack *nix forums Guru Wannabe
Joined: 02 Mar 2005
Posts: 215
|
Posted: Sat May 13, 2006 5:19 am Post subject:
Re: Users
|
|
|
On Sat, 13 May 2006 09:34:21 +1200 Super-User <nigel-harris@ihug.co.nz> wrote:
| Quote: | How do you set up new "users" with Solaris 10
|
with a shotgun |
|
| Back to top |
|
 |
Jorgen Moquist *nix forums Guru Wannabe
Joined: 19 Feb 2005
Posts: 198
|
Posted: Sat May 13, 2006 9:19 pm Post subject:
Re: Users
|
|
|
Rich Teer wrote:
| Quote: | On Sat, 13 May 2006, Super-User wrote:
How do you set up new "users" with Solaris 10
Use useradd.
|
and there is a graphical version too.
$ smc
<This Computer (...)>
<System Configuration> <Users> (login pops up, log in as root)
<User Accounts>
<Action> <Add User> <With Wizard> fill in the rest
<Primary group>
<Home Directory> /export/home
<exit>
/Jorgen |
|
| Back to top |
|
 |
Google
|
|
| Back to top |
|
 |
|