top Command in Linux
The top command is used for monitoring a UNIX-like system continuously for processes' usage of system resources like the CPU time and memory.
The top command is used for monitoring a UNIX-like system continuously for processes' usage of system resources like the CPU time and memory.
The ps command gives information about processes on a Linux or Unix system. ps command is explained with examples.
The UTC is available as a standard from NMIs and can be used for synchronizing a computer's clock using the Network Time Protocol (NTP).
Alarm system call, sleep functions and the high resolution timers (HRT) provide a framework for programs to carry out time-critical tasks.
System calls and functions associated with execution times under Linux and Unix operating systems are explained.
The calendar time is the number of seconds since January 1, 1970 00:00:00 UTC, which is the Epoch for keeping time in Linux.
The hardware real time clock is a part of computer's hardware, powered by a battery and keeps on running even when the system is off.
Anacron runs jobs periodically, that is, once a day, week or a month. Anacron works even if the computer is switched off for some time.
cron is a daemon that executes programs for users at predefined times. cron works on the basis of crontab, which is a text file.
To backup a Drupal site, website root directory and database dump are copied to a local server. The backup commands are explained.