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.
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: -
End to End delay.png
is missing? Could you add the output of ofstat "End to End delay.png"
to the question please? And press F5 in Nautilus to make sure it's not just a refresh issue. – Oli Jan 27 '15 at 12:57