tcpdump -nn -i eth0 tcp and host 192.168.0.1 and port 80 tcpdump -nn -vs0 tcp and port not 22 -c 100 -w 1.cap
wiresha[……]
Read more
at 命令是针对仅运行一次的任务,循环运行的例行性计划任务,linux系统则是由 cron (crond) 这个系统服务来控制的。Linux 系统上面原本就有非常多的计划性工作,因此这个系统服务是默认启动的。另外, 由于使用者自己也可以设置计划任务,所以, Linux 系统也提供了使用者控制计划任务[……]
at
cron
© 2025 laowang's blog — Powered by WordPress
Theme by Anders Noren — Up ↑