Schedule jobs with at
Jun 3,93The at command is used to execute a command once at a particular time. The time can be specified in …
Read MoreSchedule jobs with anacron
Jun 3,93The anacron program in Linux is used to execute tasks at certain intervals. It is similar to cron, but it …
Read MoreUser 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 More