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 Updated on 1 January 2009
If you liked this article, subscribe to our Feed, follow us on Twitter (@aruljohn) and/or join our Facebook Page.
Info Home
General
Windows
Linux/Unix
Debian
Mac OS
Apache
Nginx
iPhone/iPod Touch