Skip to content

Instantly share code, notes, and snippets.

@thorerik
Created May 13, 2016 19:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thorerik/5026afd4eb6946978fc188566866248c to your computer and use it in GitHub Desktop.
Save thorerik/5026afd4eb6946978fc188566866248c to your computer and use it in GitHub Desktop.
$ ps aux | grep dns
nobody 2375 0.0 0.0 51588 2680 ? S May11 0:26 /usr/sbin/dnsmasq --no-resolv --keep-in-foreground --no-hosts --bind-interfaces --pid-file=/var/run/NetworkManager/dnsmasq.pid --listen-address=127.0.1.1 --cache-size=0 --proxy-dnssec --enable-dbus=org.freedesktop.NetworkManager.dnsmasq --conf-dir=/etc/NetworkManager/dnsmasq.d
thor 4345 0.0 0.0 360444 5392 ? Sl May11 0:06 /usr/lib/gvfs/gvfsd-dnssd --spawner :1.7 /org/gtk/gvfs/exec_spaw/5
thor 5617 0.0 0.0 12948 868 pts/21 S+ 21:35 0:00 grep --color=auto --exclude-dir=.bzr --exclude-dir=CVS --exclude-dir=.git --exclude-dir=.hg --exclude-dir=.svn dns
lxc-dns+ 19140 0.0 0.0 51720 396 ? S May11 0:00 dnsmasq -u lxc-dnsmasq --strict-order --bind-interfaces --pid-file=/run/lxc/dnsmasq.pid --listen-address 10.0.1.1 --dhcp-range 10.0.1.2,10.0.1.254 --dhcp-lease-max=253 --dhcp-no-override --except-interface=lo --interface=lxcbr0 --dhcp-leasefile=/var/lib/misc/dnsmasq.lxcbr0.leases --dhcp-authoritative
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment