Hi,
Could someone explain the following, I've never understood how deleting a 28gb log file would not reduce the disk usage on the filesystem?
Thanks
Andrew
Code:
[root@linuxcp20051 vhosts]# df
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/cciss/c0d0p1 139074672 86111216 45898876 66% /
none 2073888 0 2073888 0% /dev/shm
[root@linuxcp20051 vhosts]# du -sh /home/feed.log
28G /home/feed.log
[root@linuxcp20051 vhosts]# rm -f /home/feed.log
[root@linuxcp20051 vhosts]# df
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/cciss/c0d0p1 139074672 86119364 45890728 66% /
none 2073888 0 2073888 0% /dev/shm