Df -h does not tally

 
Thread Tools Search this Thread
Top Forums UNIX for Beginners Questions & Answers Df -h does not tally
Prev   Next
# 4  
Old 09-26-2017
i did check for deleted files

Code:
sudo lsof | grep -i deleted
python     2457               root  txt       REG              202,1       4864     528849 /usr/lib64/cmf/agent/build/env/bin/python (deleted)
python     2457               root   13w      REG            202,176          0         13 /tmp/cmflistener-stderr---agent-2292-1492523969-B5XEZS.log (deleted)


these are very small files. let me check further
 
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
INNLOG.PL(8)						      System Manager's Manual						      INNLOG.PL(8)

NAME
innlog.pl - summarize innd and nnrpd log files. SYNOPSIS
innlog.pl DESCRIPTION
Innlog.pl is a perl(1) script that summarizes the activity that innd and nnrpd(8) report to syslog. It is normally invoked by scanlogs(8). HISTORY
Written by Greg Patten <greg@loose.apana.org.au>. Based on an awk version written by Landon Curt Noll <chongo@toad.com> and Rich $alz <rsalz@uunet.uu.net> for InterNetNews. This is revision 1.1, dated 1996/10/29. SEE ALSO
innd(8) news.daily(8), newslog(5), nnrpd(8), scanlogs(8), tally.control(8), tally.unwanted(8), writelog(8). INNLOG.PL(8)