How to show hidden folders in Ubuntu 14.04

Maximize the folder .

Go to the top menu -->View->Show hidden files:

enter image description here

Or by pressing ctrl + H

  • For permanently show hidden files, you can Edit>Preferences as below:

preference

  • By terminal you should :

    cd /path-of-directory 
    
    ls -a 
    
  •