I was looking into a folder where I normally store data that I've unpacked and found that some files I thought were lost were actually in a folder that started with a .. Using Nautilus the folder was invisible. Performing an ls command from terminal also didn't expose it. It was after I ran some Java app that I'm working on did it show itself. I was able to cd into the directory, and finally just renamed it so it was visible. What I would like to have though is so that it is no longer hidden in Nautilus, is this possible?
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
|
|
|||
|
In Nautilus, to display/hide files that start with |
|||
|
|
|
Like Dennis said, in Nautilus, to display/hide files that start with Also |
|||
|
|

ls -amight help you in your shell. There should be some option in the preferences of nautilus to show hidden files. – Informaficker Jun 14 '12 at 18:35