System Administration Guide, Volume 2
How to Set a Core File Name Pattern
-
Determine whether you want to set a per-process or global core file and select
one of the following:
-
Set a per-process file name pattern.
# coreadm -p $HOME/corefiles/%f.%p $$
|
-
Set a global file name pattern.
Become superuser first.
# coreadm -g /var/corefiles/%f.%p
|
- © 2010, Oracle Corporation and/or its affiliates