Solaris Commands
Published on 01 January 2009
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}'
Last Update: 01 January 2009 [Created on 03 January 2009]
Affiliate Disclosure: Some of the links to products on this blog are affiliate links. It simply means, at no additional cost to you, we’ll earn a commission if you click through and buy any product.