Reclaiming disk space in UNIX
- Go to the /cisversion/integrator/ directory and run the df -k command. This command lists the size and percentage of space for each file system on your machine.
- Run the command du -sk *. This gives a list of all of the directories and files, with their current size in kilobytes.
- Change to the directory that is too large. This is usually /integrator. Then, run the command du -sk * again. Repeat this until you locate the files that are too large. These are usually .log files in the process directory, or SMAT files.
- After locating the large files, remove them, rename and move them, or in the case of .log files, cycle them.