On 2014-03-25 14:49, sven falempin wrote:
# pgrep -f "dhclient: vr0 [priv] (dhclient)" # pgrep -f "dhclient: vr0 [priv]" # pgrep -f "dhclient: vr0" 12556 21826Where do I kill ? (there is also a few other dhclient running)
kill(1) isn't actually required. Try: # ifconfig vr0 down