Linux

Linux

Linux Screen Tutorial

Linux Screen Tutorial

Screen is a shell layer that allows you to use one shell session, detach from it, and then reattach from a different computer where you left off.

How to Troubleshoot Crontab Problems

How to Troubleshoot Crontab Problems

Knowing how to troubleshoot your cron services will help determine why your script isn’t running as expected. There are several things you can check when you need to troubleshoot CRON: View Cron Service Stats Shell $ sudo systemctl status cron.service ● cron.service - Regular background program processing daemon Loaded: loaded (/lib/systemd/system/cron.service; enabled; vendor preset: enabled) Active: ...

Get Messages From Crontab

Get Messages From Crontab

Getting Messages from Crontab We are used to getting messages, and crontab provides them in various ways: email, syslog, log files. Here are some ways you can configure crontab to tell you what’s going on: Crontab Logging You can create a new log, or append to an old log Shell #Create new log file each time * ...

Examples of Using Crontab

Examples of Using Crontab

Here are a few examples of useful crontab tasks:

How to Schedule Crontab

How to Schedule Crontab

Crontab has a robust scheduling system. There are 5 fields and you put a number in each to set the appropriate counter when your command or script triggers. The following examples will help you.

Crontab Basics

Crontab Basics

Crontab is a scheduling program setup in Linux that allows each user to run scripts at specified times. Here is how to configure crontab: