gcore(1) — USER COMMANDS
NAME
gcore − get core images of running processes
SYNOPSIS
gcore [ −o filename ] process-id . . .
DESCRIPTION
gcore creates a core image of each specified process. Such an image may be used with debuggers such as tbx. The name of the core image file for the process whose process ID is process-id will be core.process-id.
The −o option substitutes filename in place of core as the first part of the name of the core image files.
FILES
core.process-idcore images
SEE ALSO
kill(1), csh(1), tbx(1), ptrace(2).
— Directory and File Management Utilities