Raspberry Pi - Crontab tutorial (How to Schedule Cron jobs)

แชร์
ฝัง
  • เผยแพร่เมื่อ 16 ม.ค. 2025

ความคิดเห็น • 16

  • @scottmoffatt5775
    @scottmoffatt5775 2 ปีที่แล้ว +2

    The best video on the subject I've seen. Excellent!

  • @MikeDeLorenze
    @MikeDeLorenze 2 ปีที่แล้ว +2

    Excellent breakdown, thank you!

  • @hertzvador2220
    @hertzvador2220 2 ปีที่แล้ว

    Very useful, thank you. My cron job worked first time round!

  • @luizfelipperodrigues4159
    @luizfelipperodrigues4159 2 ปีที่แล้ว

    Great tutorial. Very helpful!

  • @russrockwood6720
    @russrockwood6720 11 หลายเดือนก่อน

    Thanks! very helpful

  • @An.Individual
    @An.Individual 8 หลายเดือนก่อน +1

    Does crontab have a log file?

  • @olivereaton1
    @olivereaton1 ปีที่แล้ว +1

    Where are cron logs stored on Raspberry Pi 4?

    • @An.Individual
      @An.Individual 8 หลายเดือนก่อน

      I think you have to enable logging i.e. off by default. I found this
      sudo nano /etc/default/cron
      but I still haven't got logging working

  • @TimHunold
    @TimHunold 2 ปีที่แล้ว +1

    fails immediately at crontab -e No such file or directory

    • @Lewini
      @Lewini 2 ปีที่แล้ว

      Sounds like you don't have crontab installed on your system

  • @fpvtechnology837
    @fpvtechnology837 10 หลายเดือนก่อน

    Finaly I found crontab tutorial I expected to! Congratulations for the way your explain !!
    I wish to shutdown my raspberry pi every day and all the time of the year at 19 H30 . I will choice first option I mean nano . Please could you tell me what line I will write?
    30 19 * * * shutdown -h now
    Is it correct ?
    Awaiting for your reply.
    Franck from France.

    • @RoboticsBackEnd
      @RoboticsBackEnd  10 หลายเดือนก่อน

      The crontab looks good to me. You can also verify all your crontabs here: crontab.guru/#30_19_*_*_*

    • @fpvtechnology837
      @fpvtechnology837 10 หลายเดือนก่อน

      @@RoboticsBackEnd thanks for your reply. Now it works for me also.

  • @WilliamBurlingame
    @WilliamBurlingame 2 ปีที่แล้ว

    Thanks. I also use @reboot cmd

  • @BruceMiller-xs6sh
    @BruceMiller-xs6sh 8 หลายเดือนก่อน

    Getting this error: Why?
    # crontab -l
    crontab: can't change directory to '/var/spool/cron/crontabs': No such file or directory

  • @BruceMiller-xs6sh
    @BruceMiller-xs6sh 8 หลายเดือนก่อน

    I am getting this error, why:
    # crontab -l
    crontab: can't change directory to '/var/spool/cron/crontabs': No such file or directory