Odpalenie polecenia tylko na jedną godzinę
Article Number: 41 | Rating: Unrated | Last Updated: Thu, May 24, 2018 4:06 PM
Użycie polecenia timeout do uruchomienia wybranego polecenia na określony czas działania:
timeout 1h tcpdump -n -i eth0 -w network.pcap not host 192.168.1.5
lub
tcpdump -n -i eth0 -w & pid=$! ; (sleep 3600 ; kill $pid)
Posted - Thu, May 24, 2018 4:06 PM. This article has been viewed 3045 times.
Filed Under:
Linux
There are no attachments for this article.
There are no comments for this article. Be the first to post a comment.
Related Articles

RHEL: ACLs basics
Viewed 6498 times since Sun, May 27, 2018
stunnel basics and pki standards
Viewed 9671 times since Fri, Sep 28, 2018
What Is /dev/shm And Its Practical Usage
Viewed 8333 times since Tue, Mar 12, 2019
Linux Cluster Tutorial
Viewed 2312 times since Sat, Sep 29, 2018