kstat
|
#Get network connection speed.
|
chmod
|
#Change file access permissions for the inventory script that is placed on the machine being inventoried.
|
rm
|
#Remove the inventory script that was placed on the machine.
|
prtdiag
|
#Get CPU cache information and machine model for Sparc.
|
psrinfo
|
#Get processor information such as family, model, step, etc., which are related to x86 mainly.
|
isainfo
|
#Get CPU instruction set information such as sse, sse2, mmx, etc., which are related to x86 mainly.
|
prtconf
|
#Get configured device information, which is related to L2 cache information of x86, network adapter resolving, and ACPI support.
|
ifconfig
|
#Get network related information such as IP address, DHCP, net mask, etc.
|
ndd
|
#Get network connection speed.
|
uname
|
#Determine kernel version.
|
mount
|
#Get boot loader.
|
pkginfo
|
#Get installed programs.
|
ps
|
#Get process information.
|
who
|
#Get run level.
|
hostname
|
#Get host name.
|