Divya Movva

Find latest modified files in a directory in Linux (Recursively)

In this article, we will learn about different ways to find the latest modified files in a folder and its subfolders in Linux. Table Of Contents Option 1 : Using ‘-mtime’ along with find command Option 2 : Using ‘-newermt’ along with find command Option 3 : Using ‘-mmin’ along with find command Summary: We

Find latest modified files in a directory in Linux (Recursively) Read More »

Change permissions for Directory & Sub-directories in Linux

In this article we will discuss different ways to change the permissions of a folder and all files or subdirectories inside it in Linux. Table Of Contents Introduction Permission Types Change permissions of a Directory & all files/sub-directories in it using chmod command: Example:1 Example:2 Find and Change Permissions of selected files/sub-directories inside a diretory

Change permissions for Directory & Sub-directories in Linux Read More »

Scroll to Top