I've encountered this strange problem today, for which I cannot find an explanation.
I have the following list of files on my Debian Linux system (produced using the "ls -l command"):
http://imageupper.com/i/?S0400010050011Y13567312822016742 (it seems I cannot post images directly because of my reputation)
This shows me 10 files (5 regular files and 5 symbolic links)
Though, when I try to display the file sizes using the command "du -ba", I only get 9 files:
http://imageupper.com/i/?S0400010050011Y13567312822016742
The file missing here is: arm-unknown-linux-gnueabi-gcc
When I use the command "du -ba *", again only 9 files are listed, but now the file missing is: arm-unknown-linux-gnueabi-gcc-4.5.1
I'm a bit clueless here... Does anyone know why du is behaving like this?
Thanks a lot in advance.