Created
July 11, 2012 12:55
-
-
Save peo3/3090225 to your computer and use it in GitHub Desktop.
cgutil pgrep
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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