What is the vmstat command in Linux?

The vmstat command is short for ‘Virtual Memory Statistics’. It is a tool that reports on Virtual memory statistics. To be specific, it reports data about your system’s memory, swaps, and processor resource utilization, kernel threads, and disks in real-time. Linux developers often use this tool to solve issues related to memory. Running the vmstat […]

What is the vmstat command in Linux? Read More »

Using cd command in Linux

It is nearly impossible to use Linux without knowing about the cd command. It is one of the first commands a person learns when they start working on Linux. The cd command lets us change directories. cd is short for ‘Change Directory‘. Linux file system consists of directories and subdirectories (directories within directories). A directory

Using cd command in Linux Read More »