• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
Source Digit

Source Digit

Linux, Ubuntu Tutorials & News, Technology, Gadgets & Gizmos

  • Home
  • How To
  • Ubuntu
  • Instagram
  • Blogging
  • Android
  • WordPress
  • +More
    • Cloud Computing
    • Gadgets
    • Social Media
    • Technology
  • Write for Us
Home / How To / Find And Remove Duplicate Files Linux Ubuntu

Find And Remove Duplicate Files Linux Ubuntu

By Sourabh / July 24, 2019 Category: How To, Ubuntu

How to find and remove duplicate files on Linux Ubuntu. Wondering “how to find duplicate files on external hard drive”, use FSLint utility to find and delete duplicate files in folder.

FSlint

FSlint is a toolkit to find duplicate files. It can also find bad symbolic links, troublesome file names, empty directories, non stripped executables, temporary files, duplicate/conflicting (binary) names, and unused ext2 directory blocks.

FSlint comes with FSlint Janitor Graphical Application and FSlint Command Line Utility.

Installing FSLint

Run the following commands to install the latest version of fslint package on Ubuntu and Debian based systems:

$ sudo apt-get update
$ sudo apt-get install fslint

FSlint Graphical Interface

One of the most commonly used features of FSlint is the ability to find duplicate files. The easiest way to remove lint from a hard drive is to discard any duplicate files that may exist. As the duplicates are collected, they eat away at the available hard drive space.

The first menu option offered by FSlint allows you to find and remove these duplicate files.

The ‘Duplicates’ tab on the left hand side of the screen is the default tab selected at FSlint start up. The algorithm used to determine if a file is a duplicate of another is very thorough to minimize any possible false positives that may lead to data loss. FSlint scans the files and filters out files of different sizes.

Any remaining files of the exact same size are then checked to ensure they are not hard linked. A hard linked file could have been created on a previous search should the user have chosen to ‘Merge’ the findings. Once FSlint is sure the file is not hard linked, it checks various signatures of the file usingĀ  md5sum.

To guard against md5sum collisions, FSlint will re-check signatures of any remaining files using sha1sum checks.

The ‘Duplicates’ interface is very simple. After the user has verified the ‘Search path’ location that they wish to search, they can simply click the ‘Find’ button on the lower left of the screen. When the process has finished the results of the found duplicate files are displayed in the central portion of the screen. All of the duplicate files will be grouped together under a grey bar giving information such as how many files are in the group and the number of bytes wasted in duplicate files.

The files themselves are listed below the grey divider by their name, directory, and last modification date. Listed directly below the ‘Find’ button is the total number of bytes wasted in the total number of files and total number of groups.

Primary Sidebar

Latest Posts

Delete Directory And Contents Recursively Without Prompt On Linux

Check User Login History In Ubuntu Linux Command Line

Use Locate Command To Find File In Linux Terminal By Name

How To Change Terminal Color In Ubuntu Command Line

How To Run Fsck Manually In Linux To Fix Unexpected Inconsistency

How To Fix Broken Packages On Ubuntu From Terminal

Re Execute The Previous Command In Linux Ubuntu Command Line

How Much RAM Is Needed For Ubuntu PC

How To Find Large Files And Directories In Linux Command Line

How To Use Clear Command History In Linux Terminal

© 2026 Source Digit • Linux, Ubuntu Tutorials & News, Technology, Gadgets & Gizmos

  • Home
  • About
  • Privacy Policy
  • Terms & Conditions
  • Contact Us
  • Sitemap