If you have a large active server running (possibly applies to Solaris only here), and find your disk space seems to dissappear quickly, and running `df` and `du` bring back different results, try running the following: find /proc -type f -size +100000000c -ls This will look at running processes on the system and find each [...]
Tag Archives | large active server