Ubuntu – All files become hidden in Nautilus file manager

command linenautilus

When I cd to a directory via Terminal and when I create a file every time via terminal, the file is not shown in Nautilus.

But when I put ls command, I can see the files on Terminal. But I cannot see them on Nautilus. What is the problem?

For example: gnuplot plot command creates a file name "End to End delay.png" and you can see that on terminal but that is not in nautilus.

I cannot see the newFile in nautilus but I can see that on terminal with ls command.

enter image description here

Thanks to Oli's command, The output of stat "End to End delay.png" is :

 File: ‘End to End delay.png’
  Size: 12839       Blocks: 32         IO Block: 4096   regular file
Device: 806h/2054d  Inode: 20185175    Links: 1
Access: (0664/-rw-rw-r--)  Uid: ( 1000/    reza)   Gid: ( 1000/    reza)
Access: 2015-01-27 15:51:14.912335621 +0330
Modify: 2015-01-27 16:17:35.752336388 +0330
Change: 2015-01-27 16:17:35.752336388 +0330
 Birth: -

Best Answer

Sometimes Nautilus lags behind on filesystem changes. I don't think I've ever experienced a delay that allowed me to post a whole question but oh well.

You can refresh Nautilus by pressing F5, or changing directory and then back.

Related Question