News

In this how-to we will look at the find command and a range of additional arguments which will give us a variety of approaches to finding files and directories.
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.
Knowing how to copy a directory in Linux systems like Ubuntu and Mint is essential for anyone looking to keep their computer's file system organized and efficient. Fortunately, Linux gives you ...
Jack Wallen is back with another Linux 101 tip. This time around he shows you how to list files and folders from the command line.
If you find a reason to move the Linux home directory from one drive to another, Jack Wallen has the step I’ve had a few instances in which relocating the HOME directory on either a Linux ...
A few clever Linux commands can make it a lot easier to create, view and remove complex directory structures.
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 ...