1 2 3 4 5 6 7 8 9 | (base)root@cthulhu:~# ps ax | grep virt 27026 pts/32 S+ 0:00 grep --color=auto virt (base)root@cthulhu:~# systemctl start libvirt-bin (base)root@cthulhu:~# ps ax | grep virt 27065 ? Sl 0:00 /usr/sbin/libvirtd -d 27093 pts/32 S+ 0:00 grep --color=auto virt (base)root@cthulhu:~# systemctl stop libvirt-bin (base)root@cthulhu:~# ps ax | grep virt 27115 pts/32 S+ 0:00 grep --color=auto virt |