On Thu, 2002-08-01 at 21:07, Sudhaker P wrote: > When I type in df -k : ... > /dev/sda7 521748 430128 65116 87% /var ... > $ du -sk /var > 13112 /var > Is there is any reason which you gurus think that there is such a disparity > in the information.
Maybe you deleted some files in /var that are open by a running application? If so, then the space won't be freed until the application closes the files, possibly when it exits. I don't know if "fuser" shows files that have been deleted, but you can try to find out: fuser -vm /var Look in the output of that command for any files that you've deleted recently, or restart the programs listed. -- redhat-list mailing list Unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list