Main Menu

friends

Banner

Latest articles

Hello From Earth!
18/08/2009 | mad mad mod

Hello from Earth! is a program by the Australian science magazine COSMOS. They have created a website to collect messages from internet users. They will use the Canberra Deep Space Communication Compl [ ... ]


find files not owned by any user or group
29/12/2009 | mad mad mod

  From time to time you should check your systems for files not owned by any user or group. Every file on a system should have a valid owner (user and group).  The command to search for [ ... ]


Other Articles
Facebook MySpace Twitter Digg Delicious Stumbleupon Google Bookmarks 

Designed by:
SiteGround web hosting Joomla Templates
Find duplicated files on your file system E-mail
sysadmin

A very nice tool to find duplicated files on your file system is "fslint". It is available from the standard Fedora repository. To install fslint just enter the following command:

 

[root@blackmod ~]# yum install fslint

 

fslint-gui is actually A GUI wrapper for the individual fslint command line tools. The comand line tool we need to find dublicated files is called "findup".

 

To find all dublicated files under /tmp:

 

[root@blackmod ~]# echo hello > /tmp/a
[root@blackmod ~]# echo hello > /tmp/b
[root@blackmod ~]# /usr/share/fslint/fslint/findup  /tmp
a
b

 

 

 

Comments (0)
Write comment
Your Contact Details:
Comment:
[b] [i] [u] [url] [quote] [code] [img]   
:D:angry::angry-red::evil::idea::love::x:no-comments::ooo::pirate::?::(
:sleep::););)):0
Security
Please input the anti-spam code that you can read in the image.

!joomlacomment 4.0 Copyright (C) 2009 Compojoom.com . All rights reserved."

 
mad mad mod, Powered by Joomla! and designed by SiteGround web hosting