UNIX in a Nutshell: System V Edition

UNIX in a Nutshell: System V EditionSearch this book
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 a debugger. You must own the running process or be a privileged user to use this command.

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: ftpBook IndexReference: gencat

The UNIX CD Bookshelf NavigationThe UNIX CD BookshelfUNIX Power ToolsUNIX in a NutshellLearning the vi Editorsed & awkLearning the Korn ShellLearning the UNIX Operating System