Admintool

Hi All,

I want to creat some user acoount using admin tool.But I dont have physical access to that box,I use telnet to login. I want to know is that possible to lauch admintool in telnet session, If so how do I lauch it.or any other way is there to use admintool.

Regards

vadi

[308 byte] By [vadi] at [2007-11-26 0:45:00]
# 1
Hello,Admintool is no more present in Solaris 10.You can use SMC, useradd or smuser .
@alex@ at 2007-7-5 19:40:28 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 2

As Alex has mentioned, admintool doesn't exist in Solaris 10 and even if it did, you couldn't launch it from a telnet session as it requires X11.

You can run the following command from a telnet session to create a user though:

useradd -d /export/home/[username] -s /usr/bin/[shell] -g [groupname] -m username

If you need more options, type "man useradd".

ph0enix2002 at 2007-7-5 19:40:28 > top of Java-index,Solaris Operating System,Solaris 10 Features...