2011년 2월 7일 월요일

# /tmp 100% full 찼을때, /var 100% full 찼을경우 #

# /tmp 100% full 찼을때, /var 100% full 찼을경우 #
 
[root@localhost]# lsof +aL1 /var
COMMAND    PID  USER   FD   TYPE DEVICE       SIZE NLINK   NODE NAME
sendmail 14704 smmsp    3uW  REG    8,6 5199511552     0 948467 /var/spool/clientmqueue/dfp14IqhHt014704 (deleted)
sendmail 16854 smmsp    4wW  REG    8,6          0     0 719525 /var/run/sm-client.pi
[root@localhost]# kill -9 14704 16854
 
lsof +aL1 /var
===============> 실제적으로 사용하고 있는 프로세스 확인 가능.
 
 
lsof +aL1 /tmp