Lines Matching +full:signal +full:- +full:id

35 .Nd find or signal processes by name
54 .Op Fl Ar signal
82 .Bl -tag -width ".Fl F Ar pidfile"
88 Restrict matches to processes with a real group ID in the comma-separated
92 Request confirmation before attempting to signal each process.
109 Restrict matches to processes with a parent process ID in the
110 comma-separated list
115 Restrict matches to processes with a real user ID in the comma-separated
119 Specify a delimiter to be printed between each process ID.
140 Restrict matches to processes with a process group ID in the comma-separated
143 The value zero is taken to mean the process group ID of the running
159 or a comma-separated list of jail IDs or names.
164 print the process name in addition to the process ID for each matching
168 print the process ID and the full argument list for each matching process.
181 Restrict matches to processes with a session ID in the comma-separated
184 The value zero is taken to mean the session ID of the running
191 comma-separated list
198 .Pq Ql -
201 Restrict matches to processes with an effective user ID in the
202 comma-separated list
212 .It Fl Ns Ar signal
213 A non-negative decimal number or symbolic signal name specifying the signal
261 .Bl -tag -width indent
273 .Pa /tmp/.X0-lock
275 .Bd -literal -offset indent
276 $ pgrep -F /tmp/.X0-lock
282 .Bd -literal -offset indent
283 $ pgrep -lS vnlru
289 .Bd -literal -offset indent
290 $ pgrep -S 'crypto.*[2-3]'
298 .Bd -literal -offset indent
299 $ pgrep -l firefox
311 .Bd -literal -offset indent
312 $ pgrep -n firefox
318 .Bd -literal -offset indent
319 $ pgrep -f vim
327 .Bd -literal -offset indent
328 $ pgrep -f -l list
334 signal to processes that are an exact match:
335 .Bd -literal -offset indent
336 $ pkill -SIGSTOP -f -x "vim list.txt"
342 .Bd -literal -offset indent
355 .Bd -literal -offset indent
356 $ pgrep -f "vim this"
363 .Bd -literal -offset indent
364 $ pgrep -j any top
368 Show all processes running in jail ID 58:
369 .Bd -literal -offset indent
370 $ pgrep -l -j58 '.*'
371 28397 pkg-static
372 28396 pkg-static
381 jail ID
398 .\" Xr signal 7