tcpdump를 필요 시에 라이브하게 사용하는 경우가 일반적이지만, 어떤 작업을 걸어두고 여러 파일로 쪼개서 저장해야하는 경우도 생기게 된다. 그럴 때 사용할 수 있는 로테이션 관련 옵션 메모 1. -w [파일명] 파일명으로 저장 [root@localhost ~]# tcpdump -ne -i br0 -w test.pcap tcpdump: listening on br0, link-type EN10MB (Ethernet), capture size 262144 bytes ^C15 packets captured 18 packets received by filter 0 packets dropped by kernel [root@localhost ~]# ls -al test.pcap* -rw-r--r--. 1 tcp..