I have a Linux box that is running Qmail and DNS. Recently the drive space on the root partition has been taken up at a rate of 1MB every five minutes. It got to 99% and I cleared off some log files and freed up about 250MB, now I am back down to 153MB and no log files to clear.
Is there a command to see which files are getting appended to so I can see if the data is something I have to live with or if it is errors??
Well you could use the find command with I pressume the -amin option. just do a man find and do a search on time. Something like find"your log dir here"-amin"# of minutes".