How To Find Files Modified in Last 30 Days in Linux
“find” is the Unix/Linux command-line utility used for searching files across the file system. Sometimes we need to search files modified in the last few …
“find” is the Unix/Linux command-line utility used for searching files across the file system. Sometimes we need to search files modified in the last few …
In this tutorial, we will learn about How to Recursively Count the Number of Files within a Directory in Linux? Sometimes we need to find …
In some cases, you may be required to search all files owned by a particular user on a Linux system. For example, you are hosting …
MongoDB is a database and in comparison to other databases, it is easy to handle because there is no need to work in a table-based …
MySQL is a well-liked free database management system and also a prominent component of the LAMP stack. MySQL has been replaced with MariaDB in Debian …
The su command is also known as switch user. This command is used to become another user during a login session. When invoked without a username, su defaults …
“find” is the basic Linux command used to search files recursively under a directory tree. It is default available in all the Linux operating systems. …