ABC=`ps|grep watchdog_rt|grep -v grep|cut -c 1-5`
if [ -n "$ABC" ]; then
kill -9 $ABC ; \
fi
[Bash] Kill the current PID
# Kill the current PID
0 意見:
張貼留言