1833783 Members
2160 Online
110063 Solutions
New Discussion

filesystem growing

 
SOLVED
Go to solution
Sanjiv Sharma_1
Honored Contributor

filesystem growing

Hi All,

One of my user filesystem in HP-UX 11.00 is about 98%.

How can I check which all files has been opened/updated/used in the last 7 days?

Thanks,
Raje.
Everything is possible
3 REPLIES 3
I_M
Honored Contributor

Re: filesystem growing

Hi

use find -mtime or -ctime on your HP-UX system.

Good luck
Balaji N
Honored Contributor
Solution

Re: filesystem growing

Hi,

Find is your friend.

find / -mtime -7

Hope this helps.
-balaji
Its Always Important To Know, What People Think Of You. Then, Of Course, You Surprise Them By Giving More.
Andi Rigauer
Regular Advisor

Re: filesystem growing

Hi,

instead of using the normal find you can download the gnufind which allows you much more options.

BRGDS
Andi
god, root where's the difference