Category Linux

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…

A tutorial on dmesg command in Linux

Dmesg Command Featured Image

dmesg command, shorthand for “diagnostic message”, is a Linux utility for displaying the messages that flow within the kernel ring buffer. A kernel ring buffer is a logging mechanism from the system startup which comes into play for diagnostics of…

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 use nice Command in Linux?

Nice Command Featured Image

This article talks about the nice command in Linux. In Linux, each process has a nice value granted to it. This value influences the scheduling of processes and thereby determining the amount of CPU to spent on each one of…