Main Menu

friends

Banner

Latest articles

time synchronization with ntp on Linux (Fedora)
09/04/2010 | mad mad mod

The ntpd program is an operating system daemon which sets and maintains  the  system time of day in synchronism with Internet standard time servers. Do the following if you  want to use the nt [ ... ]


How to get the current network bandwidth usage on Linux
07/04/2010 | mad mad mod

There are many ways how to get the current bandwidth usage on Linux. This is a very simple shell script that lists the network statistic every second: #!/bin/bash
if [ -z "$1" ]; then
       [ ... ]


Other Articles
Facebook MySpace Twitter Digg Delicious Stumbleupon Google Bookmarks 

Designed by:
SiteGround web hosting Joomla Templates
find files not owned by any user or group E-mail
Security

 

 

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 such files is:

 

# find / -nouser -o -nogroup

 

Please note: you need to be root to do that!

 

 

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