This article is well presented in the manner that it gives deep insight of ls command interview questions with practical examples and screen casts.| 10 Useful ‘ls’ Command Interview Questions – Part 2
In this brief ls command guide, we will look at how to sort the output of ls command by last modification date and time in Linux.| How to Sort Output of ‘ls’ Command By Last Modified Date and Time
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
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
Learn the fundamentals of I/O redirection in Linux, that enables you to redirect the input/output of commands from and/or to files, or join multiple commands together using pipes.| Learn The Basics of How Linux I/O (Input/Output) Redirection Works
Linux ls command is one of the most basic yet most widely used command. Here is the compiled list of 7 tricky ls commands every Linux user need to know.| 7 Quirky ‘ls’ Command Tricks Every Linux User Should Know
In this article, we will look at how to find a process name by its process identification number (PID) with the help of commands such as ps, top, and pidof.| How to Find a Process Name Using PID Number in Linux