Skip to content

Instantly share code, notes, and snippets.

@peo3
Created July 11, 2012 12:55
Show Gist options
  • Save peo3/3090225 to your computer and use it in GitHub Desktop.
Save peo3/3090225 to your computer and use it in GitHub Desktop.
cgutil pgrep
[fedora17 cgroup-utils]$ cgutil pgrep systemd
/: 1
/system/systemd-logind.service: 576
/system/systemd-journald.service: 359
[fedora17 cgroup-utils]$ cgutil pgrep systemd -l -f
/: 1 /usr/lib/systemd/systemd
/: 1321 /bin/python /bin/cgutil pgrep systemd -l -f
/system/systemd-logind.service: 576 /usr/lib/systemd/systemd-logind
/system/dbus.service: 607 /bin/dbus-daemon --system --address=systemd: --nofork --systemd-activation
/system/systemd-journald.service: 359 /usr/lib/systemd/systemd-journald
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment