1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-14 10:44:58 +00:00
serenity/Base/usr/share/man/man1/pidof.md
kleines Filmröllchen afaea38be2 Base: Expand "See Also" sections of many manpages
This commit focuses on the CLI utilities.
2023-07-06 10:03:48 +01:00

457 B

Name

pidof - list pids for a given process name

Synopsis

$ pidof [-s] [-o pid] [-S separator] <process-name>

Options

  • -o pid: Omit the given pid, or the parent process if the special value %PPID is passed
  • -s: Only return one pid
  • -S separator: Use separator to separate multiple pids

Arguments

  • process-name: Process name to search for

See also