The easiest way to determine the type of a file is usually looking at its extensions. What if a file doesn’t have an extension, how can you determine its type?| How to Find Out File Types in Linux
It is always good to know the hardware components of the Linux system, as this helps you to deal with compatibility issues when installing package drivers.| 10 Commands to Collect System and Hardware Info in Linux
In this article we will share a trick to find out, which Linux running processes are consuming lots of Memory (RAM) and CPU utilization in descendant form.| Find Top Running Processes by Highest Memory and CPU Usage in Linux
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
echo is one of the most commonly and widely used built-in commands for Linux bash and C shells, that are typically used in a scripting language and batch files.| 15 Practical Examples of ‘echo’ command in Linux
In this guide, we will take a look at the mkdir command with some practical examples of it that will help beginners to operate the Linux system confidently.| Linux mkdir Command Examples