OpenIndiana

OpenIndiana is a free and open-source, Unix operating system derived from OpenSolaris.

Check http://wiki.openindiana.org/oi/Installing+OpenIndiana .

VirtualBox installation of server edition

After reboot release ISO and login with user vitor

Tree script for OpenSolaris

Useful commands

   1 cat /etc/nodename
   2 cat /etc/release
   3 cat /etc/resolv.conf
   4 psrinfo -pv
   5 prtconf
   6 cat /hostname.ce1
   7 cat /etc/motd
   8 cat /etc/defaultrouter
   9 ifconfig -a
  10 date -u
  11 uptime
  12 dmesg
  13 uname -a
  14 ping -s www.sapo.pt # pings hostname www.sapo.pt
  15 cat /etc/nodename
  16 digest -a md5 -v file
  17 ggrep --version #gnu grep
  18 lsof | grep -i listen  # like netstat
  19 ps -ef # show all processes
  20 pargs 1234 # show process arguments for PID 1234
  21 

Show hexadecimal dump

OpenIndiana (last edited 2016-03-02 22:02:54 by localhost)