In this how-to, we’ll look at various ways of using the find command to help us find files and directories across the Linux filesystem. Sometimes we misplace a file or directory and we can spend ...
It's fairly simple to find large files on your system using commands such as find, but if you're looking for directories over a certain size find won't help you. The Perl script presented here can ...
You may find yourself in a situation where you remember the content of a file but not its name. Linux offers various commands to help you find files based on specific text strings within them. By ...
Managing directories on Linux is easy, but the process gets more complex when you need to create, empty or remove large, complex directory structures. This post will take you from the most basic ...
Linux 101: How to quickly open a terminal in a specific directory Your email has been sent If you're looking for as many shortcuts as you can find, Jack Wallen has one that'll make working with the ...
How to use SSHFS to mount remote directories on Rocky Linux Your email has been sent Find out how to mount a remote directory on a Rocky Linux server to a local directory with the help of SSHFS. Image ...