News

No matter your distribution, knowing how to find a file in Linux is an essential skill for any fan of the open-source OS. Whether you're using one with a graphical desktop interface like Ubuntu or ...
How to find files in Linux: using a distro. Here we'll look at using the search functionality within a Linux distro. This guide focuses on Ubuntu, but other distros will work similarly. 1.
Also read: Using find, locate, which and whereis Commands to Search for Files in Linux. Find Files by Name in Current Directories. The most obvious way of searching for files is by name. To find a ...
The Linux find command makes it easy to find files on your system – even if you don’t remember their names or exactly when you last updated them. Some of the options are a bit more challenging ...
Identifying Files Larger Than a Specified Size in Linux In another article, we explained how to find files in Linux using the find command to search based on a filename or part of a filename.
You probably already know the traditional method of hiding files on the Linux command line. If not, any file that begins with a . will not be seen with the ls command, unless you add the -a option.