티스토리 뷰

공부

[sh] kill -9 `pgrep -f ${PRODUCT_CODE}`

승가비 2023. 8. 20. 11:49
728x90

https://hbesthee.tistory.com/1791

 

[bash] 특정 프로세스 일괄중지(kill) 스크립트

ps, grep, awk와 kill 조합 ps 명령과 grep 명령의 조합으로 원하는 프로세스 ID를 찾을 수 있습니다. pi@raspberrypi: $ ps -efgrep main pi 1510 1486 0 17:53 ? 00:00:00 python3 src/m_main.py pi 1511 1510 99 17:53 ? 00:29:48 python3 src

hbesthee.tistory.com

 

728x90

'공부' 카테고리의 다른 글

[mysql] ALTER TABLE `t` MODIFY COLUMN `c` DECIMAL(4,2);  (0) 2023.08.20
[macosx] adb (android-platform-tools)  (0) 2023.08.20
[maxosx] 미러링 전환 (cmd + f1)  (0) 2023.08.20
[npm] --yes  (0) 2023.08.19
[mysql] use variables in query  (0) 2023.08.19
댓글