File system full
Clifton Royston
cliftonr at lava.net
Mon Apr 5 12:20:55 PDT 2004
On Mon, Apr 05, 2004 at 03:13:54PM -0400, Paul Khavkine wrote:
> I see.
>
> Any way to find out what process is doing it ?
>
> I doubt it's a local DoS since noone has shell access to the machine.
>
> Thanx
> Paul
You should be able to use fstat (or lsof, if you have it installed)
to find what files are currently open by running processes, and look
through the output for files in /tmp.
man fstat, and look at the -f option.
-- Clifton
--
Clifton Royston -- cliftonr at tikitechnologies.com
Tiki Technologies Lead Programmer/Software Architect
Did you ever fly a kite in bed? Did you ever walk with ten cats on your head?
Did you ever milk this kind of cow? Well we can do it. We know how.
If you never did, you should. These things are fun, and fun is good.
-- Dr. Seuss
More information about the freebsd-hackers
mailing list