Runing commands in the background
Hi,
I am connected with my laptopthrow ssh client to a linux box. I want to issue the command:
tcpdump -i eth1 -n vlan 2112 and ip src 9.255.253.18 -w /tmp/22-9eth1
so it capture some data. the thing is that when I close the ssh client im using the command is dropped . I want that the command will stilll worl and caprute the data although I close the ssh client.
how I do that ?
thanks,
Juan
|