10000 运行后显示 用法: kill [-s 信号说明符 | -n 信号编号 | -信号说明符] · timerring bilive · Discussion #323 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

运行后显示 用法: kill [-s 信号说明符 | -n 信号编号 | -信号说明符] #323

Discussion options

You must be logged in to vote

这是正常的,我写的启动脚本里会先 kill 上一次运行的进程,例如:

kill -9 $(ps aux | grep 'src.burn.scan' | grep -v grep | awk '{print $2}')

第一次运行时没有之前运行过,所以找不到进程。可以忽略这个反馈。

Replies: 12 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by timerring
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
2 participants
Converted from issue

This discussion was converted from issue #213 on May 01, 2025 05:49.

0