Jayant Verma

Jayant Verma

What is the vmstat command in Linux?

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.…

The tty command in Linux – A Quick Reference

Tty Command in Linux

In this article, we’re talking about the tty command in Linux. The Linux operating system uses file system to represent everything. Not just the text files and images but even the hardware and the terminal. Yes, even the terminal you…

Using cd command in Linux

Cd Command

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…

How to Open a bin File in Linux?

Open a bin file in Linux

In this article, we’ll discuss about how we can open a bin file in Linux. Before we get into the topic, let’s go over a quick brief about what a bin file actually is. What is a bin file? A…

Using the pwd Command in Linux

Pwd command in Linux

The pwd command in Linux prints the complete path of the current working directory. PWD is short for Print Working Directory. It comes in handy to check the directory you are currently operating from. The command to change directories is…

How to Create and Rename Directories in Linux?

create and rename Directory

Let’s look at the various ways to create and rename directories in Linux. In Linux, files are organized in the form of directories and subdirectories. The root directory (“/”) is at the base of the file system. There can be directories…