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 2744 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
Learn how to align an SSD on Linux
Viewed 12270 times since Fri, May 15, 2020
How to use yum command on CentOS/RHEL
Viewed 10870 times since Wed, Oct 17, 2018
RHEL: XFS basic operations
Viewed 15877 times since Sat, Jun 2, 2018
How log rotation works with logrotate
Viewed 4804 times since Fri, Nov 30, 2018