Solaris 10 Default State

Solaris 10, during installation, option to run only SSH (no other network services) was selected:

 # ps -ef
     UID   PID  PPID   C    STIME TTY         TIME CMD
    root     0     0   0 13:40:07 ?           0:09 sched
    root     1     0   0 13:40:08 ?           0:00 /sbin/init
    root     2     0   0 13:40:08 ?           0:00 pageout
    root     3     0   0 13:40:08 ?           0:02 fsflush
    root   233     1   0 13:40:49 ?           0:01 /usr/lib/inet/inetd start
    root     7     1   0 13:40:11 ?           0:06 /lib/svc/bin/svc.startd
    root     9     1   0 13:40:11 ?           0:24 /lib/svc/bin/svc.configd
    root   619   616   0 14:11:24 ?           0:00 /usr/lib/ssh/sshd
  daemon   213     1   0 13:40:47 ?           0:00 /usr/sbin/rpcbind
    root   188     1   0 13:40:36 ?           0:00 /usr/sbin/cron
    root   290     1   0 13:40:51 ?           0:05 /usr/lib/fm/fmd/fmd
    root   281     1   0 13:40:50 ?           0:00 /usr/sadm/lib/smc/bin/smcboot
    root   217     1   0 13:40:48 ?           0:00 /usr/lib/autofs/automountd
    root   100     1   0 13:40:30 ?           0:00 /usr/lib/sysevent/syseventd
    root    94     1   0 13:40:29 ?           0:00 /usr/lib/picl/picld
    root   255     1   0 13:40:49 ?           0:00 /usr/lib/utmpd
    root   224     7   0 13:40:48 ?           0:00 /usr/lib/saf/sac -t 300
    root   218   217   0 13:40:48 ?           0:00 /usr/lib/autofs/automountd
    root   228   224   0 13:40:48 ?           0:00 /usr/lib/saf/ttymon
  daemon   122     1   0 13:40:31 ?           0:00 /usr/lib/crypto/kcfd
    root   635   630   0 14:18:49 pts/1       0:00 ps -ef
    root   283   281   0 13:40:50 ?           0:00 /usr/sadm/lib/smc/bin/smcboot
    root   129     1   0 13:40:32 ?           0:00 /usr/sbin/nscd
    root   282   281   0 13:40:50 ?           0:00 /usr/sadm/lib/smc/bin/smcboot
    root   616     1   0 14:11:08 ?           0:00 /usr/lib/ssh/sshd
    root   256     7   0 13:40:49 console     0:00 -sh
    root   317     1   0 13:40:58 ?           0:00 devfsadmd
    root   262     1   0 13:40:50 ?           0:00 /usr/sbin/syslogd
    root   559   256   0 14:01:28 console     0:00 ksh -o vi
    root   314     1   0 13:40:56 ?           0:02 /usr/sbin/vold -f /etc/vold.conf
    root   624   622   0 14:11:33 pts/1       0:00 -sh
    root   431     1   0 13:46:56 ?           0:00 /usr/dt/bin/dtlogin -daemon -udpPort 0
    root   622   619   0 14:11:33 ?           0:00 /usr/lib/ssh/sshd
    root   630   624   0 14:11:41 pts/1       0:00 ksh -o vi

"netstat -an":

 # netstat -an

UDP: IPv4
   Local Address        Remote Address      State
-------------------- -------------------- ----------
      *.111                               Idle
      *.*                                 Unbound
      *.32771                             Idle

TCP: IPv4
   Local Address        Remote Address    Swind Send-Q Rwind Recv-Q    State
-------------------- -------------------- ----- ------ ----- ------ -----------
      *.*                  *.*                0      0 49152      0 IDLE
      *.111                *.*                0      0 49152      0 LISTEN
      *.*                  *.*                0      0 49152      0 IDLE
127.0.0.1.5987             *.*                0      0 49152      0 LISTEN
127.0.0.1.898              *.*                0      0 49152      0 LISTEN
127.0.0.1.32771            *.*                0      0 49152      0 LISTEN
127.0.0.1.5988             *.*                0      0 49152      0 LISTEN
127.0.0.1.32772            *.*                0      0 49152      0 LISTEN
      *.22                 *.*                0      0 49152      0 LISTEN
192.168.10.30.22     192.168.10.40.43068  20864      0 49232      0 ESTABLISHED
127.0.0.1.6010             *.*                0      0 49152      0 LISTEN

TCP: IPv6
   Local Address                     Remote Address                 Swind Send-Q Rwind Recv-Q   State      If
--------------------------------- --------------------------------- ----- ------ ----- ------ ----------- -----
      *.*                               *.*                             0      0 49152      0 IDLE        

SCTP:
        Local Address                   Remote Address          Swind  Send-Q Rwind  Recv-Q StrsI/O  State
------------------------------- ------------------------------- ------ ------ ------ ------ ------- -----------
0.0.0.0                         0.0.0.0                              0      0 102400      0  32/32  CLOSED

Active UNIX domain sockets
Address  Type          Vnode     Conn  Local Addr      Remote Addr
30002ea5c88 stream-ord 30002eb8cc0 00000000 /var/run/.inetd.uds
                

 

Keywords: solaris

Search | Most Popular | Recent Changes | Wiki Home