UNIX in a Nutshell: System V Edition

Previous: Reference: ftpChapter 2
UNIX Commands
Next: Reference: gencat
 

gcore

gcore [option] process_ids

Create ("get") a core image of each running process specified. The core image can be used with debugging utilities such as sdb. adb or dbx.

Option

-o file

Create core file named file.process_id (default is core.process_id).


Previous: Reference: ftpUNIX in a Nutshell: System V EditionNext: Reference: gencat
Reference: ftpReference: gencat