Advertisement
Guest User

Untitled

a guest
Jun 26th, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. attyan22@LAPTOP-SGBTV53C:~$ crontab -l
  2. 28 02 * * * /bin/bash /home/attyan22/python_lesson/crontest.py > /var/log/mail.log 2>&1
  3.  
  4. attyan22@LAPTOP-SGBTV53C:~$ sudo /etc/init.d/cron status
  5. * cron is running
  6.  
  7. attyan22@LAPTOP-SGBTV53C:~$ sudo ls -l /var/spool/cron/crontabs/attyan22-rw------- 1 attyan22 crontab 1178 Apr 24 02:29 /var/spool/cron/crontabs/attyan22
  8.  
  9. attyan22@LAPTOP-SGBTV53C:~$ /etc/rc.d/init.d/crond status
  10. -bash: /etc/rc.d/init.d/crond: No such file or directory
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement