strace is a command-line tool for debugging and troubleshooting Linux programs by capturing system calls made by a process and the signals received by the process.| 10 Strace Commands for Troubleshooting and Debugging Linux Processes
ncdu (NCurses Disk Usage) is a command-line version of the du command, which is based on ncurses and offers the fastest way to analyze and track disk space.| Ncdu – A Powerful NCurses-Based Disk Usage Analyzer for Linux
In this article, we will review a number of Linux command line utilities that you can use to check storage disk partition tables and monitor disk usage in Linux| 10 Tools to Monitor Linux Disk Partitions and Usage in Linux
In this short article, we will show you how to increase the number of inodes in a file system in Linux.| How to Increase Disk Inode Number in Linux
In this guide, we will explain seven ways to identify your Linux file system type such as Ext2, Ext3, Ext4, BtrFS, GlusterFS plus many more.| 7 Ways to Determine the File System Type in Linux (Ext2, Ext3 or Ext4)
In this short article, I will show you a simple but useful command-line trick: how to view output of a command on the screen and also write to a file in Linux.| How to Save Command Output to a File in Linux
In this article, we will take a look at gdu an open-source disk usage analyzer for Linux, written in go. Gdu is inspired by godu, dua,ncdu, and df.| Gdu – A Pretty Fast Disk Usage Analyzer for Linux
In this article, we will introduce you a list of most frequently used Linux commands with their examples for easy learning.| A – Z Linux Commands – Overview with Examples
In this article, we will explain how to use different approaches to find out a attached or plugged USB device name using command line tools.| 4 Ways to Check Plugged USB Device Name in Linux
fdisk stands (for "fixed disk or format disk") is an most commonly used command-line based disk manipulation utility. This article explains 10 basic 'fdisk' commands.| 10 fdisk Commands to Manage Linux Disk Partitions
This article gives a breakdown of the Linux File System/directory structure, some of the critical files, their usability, and their location.| Linux Directory Structure and Important Files Paths Explained
This article explains 10 useful "du" (disk usage) commands that help you to find out the disk usage of files and directories in Linux.| 10 Useful du (Disk Usage) Commands to Find Disk Usage of Files and Directories
PSSH is a small Python-based program, which allows you to execute commands on multiple Linux remote servers in parallel at the same time using the single shell.| Pssh – Execute Commands on Multiple Remote Linux Servers