「Linux」pgrepでユーザが実行のプロセスIDを検索する方法
書式
pgrep オプション 検索パターン
使用例
# pgrep -u user02
2153
2158
# pgrep -u user02 -l '(as|ss)h’
2176 sshd
2181 bash
Coding Changes the World
書式
pgrep オプション 検索パターン
使用例
# pgrep -u user02
2153
2158
# pgrep -u user02 -l '(as|ss)h’
2176 sshd
2181 bash