理解这六个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讲解了第四句的功能

相关文章:

  • 2021-12-07
  • 2021-11-29
  • 2022-03-05
  • 2022-12-23
  • 2022-12-23
  • 2021-08-28
  • 2022-02-25
  • 2022-02-01
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-06-25
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案