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 man command output is useful in multiple ways. Steps for formatting the man command output for printing are listed.
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.
How to start a program automatically in Linux after system start up and after network system has become available.
Multi-boot systems with Linux and Windows are quite common. This tutorial covers the steps required to mount Windows partitions under Linux.
make is a utility for building programs. make concepts, predefined and automatic variables, implicit and pattern rules are explained.