Browse - computer tips - linux enable disable core dumpsDate: 2009jan24 OS: Linux Q. How do I enable/disable core dumps? A. Core dumps are every useful for debugging crashes but they can create clutter also. Enable this way: ulimit -c unlimited Disable this way: ulimit -c 0
Add a commentSign in to add a comment | Advertisements:
|