Solaris Commands
Display RAM in Solaris
/usr/sbin/prtconf | grep Memory
Display hard disk space
df -k /home/
Display hard disk I/O statistics
/usr/bin/iostat -E
Show list of users
listusers
Display Solaris information
uname -X
Display Solaris OS version
uname -a
Show process IDs corresponding to sshd
You can either do this:pgrep sshdOr the old fashioned way:
ps -ef | grep sshd | awk '{print $2}'
Last Update: January 2009








