Solaris Commands

Published January 01, 2009

solaris

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 sshd

Or the old fashioned way:

ps -ef | grep sshd | awk '{print $2}'

Related Posts

If you have any questions, please contact me at arulbOsutkNiqlzziyties@gNqmaizl.bkcom. You can also post questions in our Facebook group. Thank you.

Disclaimer: Our website is supported by our users. We sometimes earn affiliate links when you click through the affiliate links on our website.

Last Updated: January 01, 2009.     This post was originally written on January 03, 2009.