Linux发行版不同,Coredump文件所出现的目录也会有所不同,这篇文章以CentOS 7.6下Coredump文件的路径设定方法为例,进行简单的说明。
环境准备
[root@host131 ~]# cat /etc/redhat-release
CentOS Linux release 7.6.1810 (Core)
[root@host131 ~]# uname -a
Linux host131 3.10.0-957.el7.x86_64 #1 SMP Thu Nov 8 23:39:32 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
[root@host131 ~]#
设定方法
最简单的方式可以使用如下步骤进行验证
步骤1: 设定ulimit -c
首先确认ulimit -c的值
[r