Solaris 10

I just got Solaris 10 loaded but I am unable to create a new user account. Where is this done? How do I add a printer? Where do I see the USB thumb drive listed?Thanks
[188 byte] By [Monsterstang] at [2007-11-26 0:43:13]
# 1
HiCould you tell me details about the which system u use for installation its x86 or sparcpc?:) eNJOYMohammed Tanvir
Tanvir@SCSA at 2007-7-5 19:38:59 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 2

> I just got Solaris 10 loaded but I am unable to

> create a new user account. Where is this done?

man useradd

> How do I add a printer?

/usr/sbin/printmgr

> Where do I see the USB thumb drive

> listed?

iostat -En

If it's plugged in before vold is started, it's mounted somewhere

under /rmdisk

You it's plugged in after vold is started, you must send vold a

SIGHUP signal (pkill -HUP vold)

JuergenKeil at 2007-7-5 19:38:59 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 3
After man useradd what else is needed?How to define a specfic user? what else is included in the statement? man useradd name | group?How to set a password? I've read over the snyopsis several times and can't add a new user, a password or a group.Thanks
lkjasjklsdlkjasdjkld at 2007-7-5 19:38:59 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 4

G`Day,

man useradd shows you the man(ual) page, the "real" command is

useradd <parameters....>

example

useradd -g groupname username

creates a user "username" in the group "groupname"

but WITHOUT a homedir in the /etc/passwd entry, without a shell (sorry, I don`t have access to a Solaris system in the moment, I can`t give you a step-for-step help)

Cu

warum at 2007-7-5 19:38:59 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 5
# useradd -m -d /export/home/bob -s /bin/bash -g staff -c "Bob Smith" bob# passwd bobNew Password:Those two examples, plus the man pages, should do it for you.
kidari at 2007-7-5 19:38:59 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 6

Dear All,

This might be a stupid question.

I just install (clean) Solaris 10 on a E250 Sparc Server. After leaving the server for a while, the system goes to Standby mode. ie the screen is on power save. When returning to the system, I get no respond from the server, I move the Mouse tap the keyboard but the screen won't startup.. I tried login from remote using SSH. the system is still running..

I just can't seem to wakeup the console. Is there any thing I goofed?

Thanks for any help..

erniehyc at 2007-7-5 19:38:59 > top of Java-index,Solaris Operating System,Solaris 10 Features...