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

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
Federi
  • 963
  • 8
  • 28
  • 40