Difference between revisions of "RMLINT"

From rbachwiki
Jump to navigation Jump to search
Line 1: Line 1:
==RMLINT==
'''rmlint finds space waste and other broken things on your filesystem and offers to remove it. It is able to find:'''
 
*Duplicate files & directories.
*Nonstripped Binaries
*Broken symlinks.
*Empty files.
*Recursive empty directories.
*Files with broken user or group id.
 
 
<html><h2>
<html><h2>
<a href='https://rmlint.readthedocs.io/en/latest/index.html' target=_blank> Website docs </a></h2>
<a href='https://rmlint.readthedocs.io/en/latest/index.html' target=_blank> Website docs </a></h2>

Revision as of 19:24, 29 May 2022

rmlint finds space waste and other broken things on your filesystem and offers to remove it. It is able to find:

  • Duplicate files & directories.
  • Nonstripped Binaries
  • Broken symlinks.
  • Empty files.
  • Recursive empty directories.
  • Files with broken user or group id.


Website docs

Main Category