User cron jobs
Jun 3,93Users can also create their own cron jobs. This is done using the crontab utility (not to be confused with …
Read MoreSchedule jobs with cron
Jun 3,93The 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,93The most important log file in Linux is the /var/log/messages file, which records a variety of events, such as the …
Read MoreCommon log files
Jun 3,93Almost 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 MoreRotate logs
Jun 3,93Log files can grow to consume all the available disk space on the system. To avoid this problem, you can …
Read MoreCreate a log entry
Jun 3,93To manually create a log entry in Linux, you can use the logger command. This command serves as an interface …
Read More