How can I tell what program generated a core file?

How can I tell what program generated a core file?


1. Use the dbx debugger.
2. Use the "file" program (e.g., file )
3. Use "strings" to find clues in the core file (e.g., strings )



FAQ Home