gcore(1) DG/UX R4.11 gcore(1)
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 dbx and mxdb. 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-id core images
SEE ALSO
dbx(1), mxdb(1).
Licensed material--property of copyright holder(s)