Changes

Jump to navigation Jump to search
335 bytes added ,  21:09, 4 May 2014
Line 265: Line 265:  
where 102 is the correct gid of apache group, adapt it to the right setting
 
where 102 is the correct gid of apache group, adapt it to the right setting
 
where rpm1 and rpm2 are valid rpm but broken due to the lack of apache group during installation or upgrade
 
where rpm1 and rpm2 are valid rpm but broken due to the lack of apache group during installation or upgrade
 +
 +
====find files by their size====
 +
it could be useful to find large file by the command line
 +
 +
find / -type f -size +200'''M''' -exec ls -lh {} \; | awk '{ print $ ":_" $5 }';
 +
 +
use
 +
‘k’    for Kilobytes (units of 1024 bytes)
 +
‘M’    for Megabytes (units of 1048576 bytes)
 +
‘G’    for Gigabytes (units of 1073741824 bytes)
    
===RPM's===
 
===RPM's===

Navigation menu