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]

# 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".