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.