I download some file using chromium into the /tmp/ directory. Then, in a terminal, I look into /tmp/ and the file is NOT there. If I try to download it again, it is already listed in the /tmp/ directory (since it was already downloaded there, whatever 'there' means at this point).
Could it be that the download interface and the terminal refer to two different /tmp/ directories?
The interface for downloading the file is a graphical interface which offers the choice "Other Locations", and under this choice it offers "Computer", which shows the contents of a typical root (/) directory (usr, bin, home, var, etc.). From there I choose /tmp/ to download the file there. But thereafter, typing ls /tmp in a terminal does not show the file being there.
Any idea?