Software >> OS >> Unix >> Solaris >> 11 >> How to show the process environment and arguments used by a process when it was started

pargs -e `pgrep -f path-to-process-binary`

example

pargs -e `pgrep -f /usr/sbin/cron`