2021年1月11日 星期一

Linux 常用 command


List process
ps -ef |grep test2

刪除 all process
pkill -9 -f test2.py 

沒有留言: