Df -k produces the following output for /home & /:
[pzxkys@default log]# df -k
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/sda6 505605 446783 32718 94% /
/dev/sda5 4386344 378356 3785088 10% /home
When I moved a 337480131 byte file out of /opt/apache/logs (it was the access_log) to /home/<my subdir> it appeared to move it properly. The available /home space changed as expected. The available / space did not change (or it may have changed slightly) as expected. What's going on?
Thanks.
[pzxkys@default log]# df -k
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/sda6 505605 446783 32718 94% /
/dev/sda5 4386344 378356 3785088 10% /home
When I moved a 337480131 byte file out of /opt/apache/logs (it was the access_log) to /home/<my subdir> it appeared to move it properly. The available /home space changed as expected. The available / space did not change (or it may have changed slightly) as expected. What's going on?
Thanks.