Linux fdisk Command Tutorial

Linux fdisk Command Tutorial

Linux provides the fdisk command in order to manage disks, partitions, and file systems. The fdisk command is created for Unix and Linux systems but also ported into different operating systems like DOS, IBM OS/2, Windows *BSD, etc. In this tutorial, we examine the fdisk usage in Linux distribution to create partitions, set sector sizes, … Read more

How To Check Free and Used Disk Space In Ubuntu?

How To Check Free and Used Disk Space In Ubuntu?

The disk is an important resource for Ubuntu distributions and servers. Especially SSD disks are more expensive than other mechanical disks. So it is important to check free and used disk space regularly and take required actions to empty unnecessary data. Ubuntu provides different ways, commands to check free and used disk space. In this … Read more

Linux dstat Command – Monitor Linux Performance and Resource Usage

Linux dstat Command - Monitor Linux Performance and Resource Usage

Linux provides a lot of tools and commands to monitor performance and resource usage. But dstat is one of the most popular commands used by users and system administrators. The dstat command is a replacement for the vmstat, iostat, and ifstat command. It merges all these commands into a single command and a single screen … Read more

How To Check Disk Space In Linux?

How To Check Disk Space In Linux?

While using a Linux system on a desktop, laptop, or server the disk space is important to monitor. The disk is used to store different types of data like files, database servers, codes, libraries, executables, etc. Linux provides different commands and tools in order to check disk space from a different point of view. Mainly … Read more