How do I enable core dumps for everybody
生活随笔
收集整理的這篇文章主要介紹了
How do I enable core dumps for everybody
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
2019獨角獸企業重金招聘Python工程師標準>>>
Problem
ulimit -c unlimitedcan just affect on the shell you are using. How can we enable core dumps as default behavior for all?
Solution
In /etc/security/limits.conf, add this line:
* soft core unlimitedFor more details, see How do I enable core dumps for everybody
轉載于:https://my.oschina.net/u/2475751/blog/811878
總結
以上是生活随笔為你收集整理的How do I enable core dumps for everybody的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: linux下使用fdisk命令进行硬盘分
- 下一篇: android 上线流程