Linux中ulimit -c生成core文件()

理解這六個shell腳本語言的功能

echo “kernel.core_pattern = /tmp/core-%e-%p-%t” >> /etc/sysctl.conf
sysctl -p /etc/sysctl.conf
echo “ulimit -c unlimited”>>/etc/profile
ulimit -c unlimited
kill -9 ps -ef | grep remote_server.py | grep -v grep| awk '{print $2}'
nohup python remote_server.py &

https://blog.csdn.net/test1280/article/details/73655994講解了第四句的功能

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章