DZone Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
Kim's Solaris Snippets
This is a list of commands that I don't know in Solaris and it really annoys me. Just so I can remember!!
Start postmaster
/usr/bin/postmaster -D /var/lib/pgsql/data
or
/usr/bin/pg_ctl -D /var/lib/pgsql/data -l logfile start
View running processes
ps -el





