Saturday, February 21, 2009

Tech Tips Apps / Unix

Apps Blog :
Find large files
by Taavi Rammar

Type following on your linux command prompt:
find / -size +10240000c -exec du -h {} \;
That should find all files larger then ~10MB.

How to display HP-UX Itanium server information:

Hp Itanium systems running HP-UX 11v2/v3 for displaying system information HP introduced a new command called machinfo. Running machinfocommand on Itanium HP-UX systems (servers) not only displays CPU information, memory information, firmware version, HP-UX system model but it also displays system serial number

$> machinfo

No comments: