Re: / filling up
- From: Robert Binkley <leebinkley@xxxxxxxxx>
- Date: Fri, 16 Jun 2006 09:27:11 -0700
did you try fuser command: see if any one is writing
any sparece file.Have you checked var /tmp
cp /dev/null /var/adm/wtmp
cp /dev/null /var/adm/cron/log
cp /dev/null /etc/security/failedlogin
cp /dev/null /var/spool/mail/root
killing processes by name (in this example we kill the
process called netscape):
kill `ps auxww | grep pstat | egrep -v grep | awk
'{print $2}'`
or with awk alone:
ps auxww | awk '$0~/pstat/&&$0!~/awk/{print $2}'
|xargs kill
Robert Lee Binkley leebinkley@xxxxxxxxx
IBM AIX Specialist Certified
HP-UX System Administration Certified
Work It's Nice To Be Important But It's More Important To Be Nice
- Follow-Ups:
- Re: / filling up
- From: Christina Lewis
- Re: / filling up
- References:
- Re: / filling up
- From: Ryan H. Madison
- Re: / filling up
- Prev by Date: Re: / filling up
- Next by Date: Re: / filling up
- Previous by thread: Re: / filling up
- Next by thread: Re: / filling up
- Index(es):
Relevant Pages
- AW: Problem with killing processes
... For users of Fedora Core releases ... Betreff: Re: Problem with killing
processes ... >> I cant restart the machine so i have to find a way to kill this
... (Fedora) - How to really kill?
... I tried pskill.exe from SysInternals. ... Neither of them cuts it when it comes
to really killing processes that are somehow borked or put the system in an unstable state.
... What's your best tip's for a util that will kill anything regardless of priority and
state? ... (microsoft.public.windowsxp.general) - AW: Problem with killing processes
... For users of Fedora Core releases ... Betreff: Re: Problem with killing
processes ... > I tried kill ID, kill -KILL ID, killall -9 NAME but nothing worked.
... (Fedora)