Linux根据进程名查看进程号(脚本)

    技术2022-05-20  31

    ps   -ax   |   grep   "system_monitor"   |   awk   '{print   $1}'


    最新回复(0)