Obsidian/Recognition/Programing/Linux/RHEL9/프로세스 이름으로 확인.md

5 lines
75 B
Markdown
Raw Normal View History

2023-10-13 08:59:10 +00:00
``` shell
ps -eo pid,lstart,cmd | grep 프로세스명 | grep -v grep
```