In this article, we will explain two important Linux tricks that used to only find recent files or today’s modified files with the help of ls and find commands.| How to Find Recent or Today’s Modified Files in Linux
The locate is a command line utility for finding files by name in Linux more efficiently as it uses one or more databases populated by the updatedb program.| How to Install ‘locate Command’ to Find Files in Linux
In this tutorial, we will explain how to find files with SUID (Setuid) and SGID (Setgid) special permissions in Linux filesystem.| How to Find Files With SUID and SGID Permissions in Linux
Searching or finding files on a Linux system can be a little of a challenge especially for newbies. However, there are several command line tools for locating files in Linux.| 5 Command Line Tools to Find Files Quickly in Linux
nslookup is a command-line administrative tool for testing and troubleshooting DNS (Domain Name Server). It is used to query specific DNS resource records (RR).| 8 Linux Nslookup Commands to Troubleshoot DNS (Domain Name Server)
This article provides some useful examples of "free" commands with options, that might be useful for you to better utilize memory that you have.| 10 ‘free’ Commands to Check Memory Usage in 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
This tutorial will take you through the different ways of finding a directory or files in a Linux filesystem more efficiently as compared to locate command.| Ways to Use ‘find’ Command to Search Directories More Efficiently
Here, we will unveil the real strength of Linux by examining a set of commands which can help in finding and sorting or even a list of files by Date and Time.| How to Find and Sort Files Based on Modification Date and Time in Linux
Grep is the most powerful file pattern searcher that comes with every Linux distribution. In this article, I will cover some useful grep command examples.| 12 Practical Examples of Linux Grep Command
This brief tutorial describes how to find the largest files, directories, and subdirectories disk usage in the Linux file system using the du and find command.| How to Find Most Used Disk Space Directories and Files in Linux
In this article, we will cover some useful practical examples of Linux touch commands. whichis used to create, change and modify the timestamps of a file.| 8 Practical Examples of Linux “Touch” Command
netstat (network statistics) is a command-line tool for monitoring network connections both incoming and outgoing as well as viewing routing tables, interface statistics, etc.| 20 Netstat Commands for Linux Network Management