Reclaiming disk space in UNIX

  1. 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.
  2. Run the command du -sk *. This gives a list of all of the directories and files, with their current size in kilobytes.
  3. 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.
  4. After locating the large files, remove them, rename and move them, or in the case of .log files, cycle them.