Originally posted by: saurabh0109
In AIX , I want to change the naming format of the core files generated.
I used 'chcore -n on' but it changes the naming convention to default that is
core.pid.ddhhmmss, where:
pid is Process ID
dd is Day of the month
hh is Hours
mm is Minutes
ss is Seconds
How can I change the default value. I specifically want to name it something like <processname>-<pid>.core ????