View Single Post

  #2 (permalink)  
Old 06-18-2007, 02:41 AM
nixcraft's Avatar
nixcraft nixcraft is offline
Never say die
User
 
Join Date: Jan 2005
Location: BIOS
My distro: Ubuntu
Posts: 1,060
Rep Power: 10
nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute
Default

Many Linux commands will work on Sun Solaris UNIX too.

User disk quota
Code:
quot -af
Gardware resources
Code:
cfgadm
Kernel driver information
Code:
modinfo
Get Pagesize information
Code:
pagesize –a
Swap file info
Code:
swap -l
Get memory size info
Code:
prtconf | grep Mem
Get various network information
Code:
netstat
Network card info and setup
Code:
ifconfig
route
snoop
More about process
Code:
ptree
ps
fuser
ipcs
kill
lsof
top
pwdx
pfiles
pkill
Sys config and info
Code:
eeprom
prtconf -vp
isainfo –bv
last
who
w
prtdiag -v
sar
See Complete Sun Solaris Commands List online or download the same using wget
Code:
wget 'http://www.allcommands.com/solaris%20commands%20list.html'
__________________
Vivek | My personal blog
Linux Evangelist
Play hard stay cool
Reply With Quote