I have Ubuntu 15.04 and for whatever reason, folders that start with a "." won't display in the file explorer. Is there a way to display these folders? Example: my app doomseeker has a folder in home that it says it has created (.doomseeker) and it won't display in the file explorer. Thank you very much.
Asked
Active
Viewed 7,094 times
5
-
2These are hidden files. Use Cntrl+H to toggle viewing / hiding them. See this answer for more on file naming conventions in Ubuntu. – user68186 Jun 21 '15 at 03:07
-
I don't understand how this is a duplicate when other users haven't posted the same or similar title. – Bonzai Warrior Jun 23 '15 at 04:09
1 Answers
7
In Unix like operating systems, if a file or folder starts with a period, it is declared as a hidden file. To show the hidden files do the following steps:
- Open the nautilus file manager which is called
Files
- Now go to the directory where the hidden files are
- Now go to
View
>Show hidden files
from the titlebar menu. Alternatively, you can press Ctrl+H as a shortcut.
Now you can see the hidden files, files which start with a period.
You can do the same to hide them again.
You can always do step 3 before step 2. It doesn't really matter in which folder you click show hidden folder. Once the option is chosen, you can see the hidden files and folders from any folders in that session.

Pavak Paul
- 1,234
- 3
- 14
- 31