> 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)
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
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..