Aprataksh Anand

Aprataksh Anand

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…

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…

How to remove a directory in Linux?

Remove Directory Featured Image

Every new Linux-user stumbles upon the question – How to remove a directory in Linux using the command line? This question is followed up by questions like what about a non-empty directory, or can the directories be regained? Different Ways…

How to Count Files in a Directory in Linux?

Count Files Featured Image

In this tutorial we will be learning various ways to count files in a directory. One of the most annoying features of using a computer system is managing space on the system. With the presence of numerous directories, navigation through…