News

We are using Ubuntu 20.04 LTS and Nautilus file manager for this tutorial but rest assured as these methods will work on any Linux distribution. Delete a File Using File Manager in Linux Delete Files ...
Removing files and directories using the Linux command line is very efficient and can be used directly, or when accessing a ...
GUI Tool to Find and Remove Duplicate Files in Linux The Graphical User Interface (GUI) tools provide a very easy-to-use and user-friendly approach to manage duplicate files in Linux. With a few ...
Understanding how to delete a file in Linux is an important part of a keeping your computer's file system well-organized. Without regular maintenance, hard drives can quickly become disorganized ...
3. FSlint. FSlint is yet another duplicate file finder utility that I use from time to time to get rid of the unnecessary duplicate files and free up the disk space in my Linux system. Unlike the ...
We have seen how to fully erase the contents of your hard disk, but what happens if all you want is to permanently delete one, two or a dozen files? This guide shows you some of the most popular ...
Open the File Manager app and browse to the Home folder. Right click on the “find-and-delete” file and select Properties. Go to the Permissions tab and check the box “Allow executing file as program”.
Bash Script to Delete Files Older than X Days. I have created a simple Bash script to find and remove files older than a certain period of time. This script will find and delete log files older than ...
If you’re working at the Linux command line and you need to remove an empty directory that you don’t use any longer, then all you have to do is type rmdir followed by the name of the directory. For ...