0

I want crontab to start a tcpdump command, but tcpdump seems to crash immediately after running the crontab jobs. This is the command that I am trying to run:

@reboot  /usr/sbin/tcpdump -l enpls0 -G 3600 -tttt -vvv 'port 5000' -w /home/edward/dump-%H.pcap

What am I doing wrong?

0 Answers0