Linux

User cron jobs

Jun 3,93

Users can also create their own cron jobs. This is done using the crontab utility (not to be confused with …

Read More

Schedule jobs with cron

Jun 3,93

The cron program in Linux is used to perform tasks at regular intervals. It is usually used for system maintenance …

Read More

/var/log/messages file

Jun 3,93

The most important log file in Linux is the /var/log/messages file, which records a variety of events, such as the …

Read More

Common log files

Jun 3,93

Almost all log files in Linux are located under /var/log/ directory and its sub-directories. Here is a description of some of the log …

Read More

Rotate logs

Jun 3,93

Log files can grow to consume all the available disk space on the system. To avoid this problem, you can …

Read More

Create a log entry

Jun 3,93

To manually create a log entry in Linux, you can use the logger command. This command serves as an interface …

Read More
Geek University 2022