Changes between Version 61 and Version 62 of Core_dump
- Timestamp:
- Dec 4, 2019 9:23:49 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Core_dump
v61 v62 9 9 $ echo -n 1 | sudo tee /proc/sys/fs/suid_dumpable 10 10 }}} 11 The procedure for actually creating a core dump is similar on most Linux systems, but on Ubuntu it is slightly different due to the Ubuntu crash reporting tool (Apport).12 11 13 12 == To create a core dump on a SUSE system == #SUSE 14 13 15 14 [https://www.suse.com/support/kb/doc/?id=3054866][[BR]] 15 16 The procedure for actually creating a core dump is similar on most Linux systems, but on Ubuntu it is slightly different due to the Ubuntu crash reporting tool (Apport). 16 17 17 18 == To create a core dump on an Ubuntu system == #Ubuntu