Really Easy To Remember Solaris Commands
From SquadLimberWiki
Move me!!! Add executable attribute to a file using Perforce:
p4 edit -t+x file
The size of the physical memory installed in the machine:
/usr/sbin/prtconf | grep Memory
The processor / CPU clock speed:
/usr/sbin/psrinfo -v
The running processes and memory usage (similar to top on Linux):
prstat
The current free memory and paging info (Numbers are in Kb):
vmstat
To run repeatedly every N seconds (equivalent to watch -n5 vmstat):
vmstat 5

