生产常用linux命令
Posted lzjjjj
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了生产常用linux命令相关的知识,希望对你有一定的参考价值。
ps -aux|grep "python3.11 /home/chatgpt-mirai-qq-bot/bot.py" |grep -v grep | awk \'print "kill -9 "$2\' |sh
cd /home/chatgpt-mirai-qq-bot && nohup python3.11 /home/chatgpt-mirai-qq-bot/bot.py 2>&1 > /home/chatgpt-mirai-qq-bot/logs/out_`date +%Y%m%d_%T`.log &
以上是关于生产常用linux命令的主要内容,如果未能解决你的问题,请参考以下文章