Main Menu

friends

Latest articles

Firewall on Fedora Linux
18/04/2009 | mad mad mod

In a nutshell
The core of the Linux firewall is the netfilter kernel module. To add or remove firewall rules you need the "iptables" application (should already be installed).  where is the  [ ... ]


find world writable files
09/01/2010 | mad mad mod

No file on a server should have o+w permissions (at least I can't think of a reason).The command to find all world writable files on system is: # find / -perm -0002  -type f -print
This command will [ ... ]


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