After a really busy morning, one of my apache error log files was 9.5GB. It was a silly mistake in php coding on my part.
I went ahead and deleted the file (disk was full), but when I do :
[CMD=""]df -h[/CMD] it still shows this :
/var is still 100% full. How do I free this space up?
I went ahead and deleted the file (disk was full), but when I do :
[CMD=""]df -h[/CMD] it still shows this :
Code:
Filesystem Size Used Avail Capacity Mounted on
/dev/mirror/gm0s1a 1.9G 240M 1.5G 13% /
devfs 1.0K 1.0K 0B 100% /dev
/dev/mirror/gm0s1e 1.9G 58K 1.8G 0% /tmp
/dev/mirror/gm0s1f 210G 3.1G 190G 2% /usr
/dev/mirror/gm0s1d 9.7G 9.7G -770M 108% /var
/var is still 100% full. How do I free this space up?