Skip to Content

David Cao

David is a Cloud & DevOps Enthusiast. He has years of experience as a Linux engineer. He had working experience in AMD, EMC. He likes Linux, Python, bash, and more. He is a technical blogger and a Software Engineer. He enjoys sharing his learning and contributing to open-source.

This article is part of the following series. 2 ways to create a directory in Linux How to Get the current directory in Linux Linux File System: Understanding Directory Structure and Navigating the File System   Linux is a powerful operating system that offers many features and options for users. In this blog post, we …

Read More about 4 Ways to Check the size of a directory in Linux

Linux provides a number of commands to manage network interfaces. In this post, we will discuss 4 different commands: ifconfig, ip addr, ip link show, dmesg. The ifconfig command displays information about all active network interfaces on your system. However, this command has been deprecated in favor of ip command. The ip command is a …

Read More about 4 commands to Find network interfaces in Linux

When dealing with a large number of files in a Linux system, organizing them based on their sizes can be immensely helpful. In this post, we will explore three different ways to sort files by size in Linux, each providing its own advantages and flexibility. Whether you prefer a simple command-line approach or desire a …

Read More about 3 Ways to Sort files by Size in Linux