DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

gcore(C)


gcore -- get core images of running processes

Synopsis

gcore [-o file] [-p procdir] process-id . . .

Description

The gcore command creates a core image of each specified process. This image can be used with debuggers such as debug. The name of the core image file for the process whose process ID is process-id will be core.process-id.

The following options are available:


-o file
Substitutes file in place of core as the first part of the name of the core image files.

-p procdir
Substitutes procdir in place of /proc as the process file system.

Files


core.process-id
core images

/proc/process-id
process filesystem

References

core(F), debug(C), kill(C), proc(F), sh(C)
© 2005 The SCO Group, Inc. All rights reserved.
SCO OpenServer Release 6.0.0 - 02 June 2005