On Thu, 22 Dec 2005, Gill, Geoffrey L. might have said: > Sorry for the off topic question but since a lot of folks use AIX I have a > question. I was wondering if someone knows what log type files might be > growing on /usr that I can delete or prune to free up some space. Since this > server is only used for TSM nobody would be on the system except me. Are > there other files elsewhere that would also need attention? >
Start at /usr executing the command 'du -s * | sort -n'. Go into each directory that seems larger than it should and execute the command again until you find the files. Mike
