Skip to main content
deleted 12 characters in body
Source Link
X Tian
  • 10.7k
  • 3
  • 35
  • 51

I'm running these commands on crontab and it seems that the script are not running every 5 minutes

5 * * * /etc/my_scripts/telnet.sh | telnet >> /tmp/top_Jay.txt 5 * * * /etc/my_scripts/telnet_lab.sh | telnet >> /tmp/top_Lab.txt

Any thought? Thanks

5 * * * /etc/my_scripts/telnet.sh | telnet >> /tmp/top_Jay.txt
5 * * * /etc/my_scripts/telnet_lab.sh | telnet >> /tmp/top_Lab.txt

I'm running these commands on crontab and it seems that the script are not running every 5 minutes

5 * * * /etc/my_scripts/telnet.sh | telnet >> /tmp/top_Jay.txt 5 * * * /etc/my_scripts/telnet_lab.sh | telnet >> /tmp/top_Lab.txt

Any thought? Thanks

I'm running these commands on crontab and it seems that the script are not running every 5 minutes

5 * * * /etc/my_scripts/telnet.sh | telnet >> /tmp/top_Jay.txt
5 * * * /etc/my_scripts/telnet_lab.sh | telnet >> /tmp/top_Lab.txt
Source Link
Federi
  • 963
  • 8
  • 28
  • 40

crontab -e not working

I'm running these commands on crontab and it seems that the script are not running every 5 minutes

5 * * * /etc/my_scripts/telnet.sh | telnet >> /tmp/top_Jay.txt 5 * * * /etc/my_scripts/telnet_lab.sh | telnet >> /tmp/top_Lab.txt

Any thought? Thanks