How to Show Hidden Files in Linux

Just starting out in linux and can't see your secret/configuration files in the file manager? Having the same problem while using the terminal emulator? Here's the answer. Open the File Manager.

Method 1 of 2:

Inside the File Manager

  1. Picture 1 of How to Show Hidden Files in Linux
    Open the File Manager.
    1. Depending on your desktop environment, the steps for doing this vary.
  2. Picture 2 of How to Show Hidden Files in Linux
    Click the menu button related to View settings.
    1. In most File Managers, this is called View.
    2. In others, it might be a button with no name. In such a scenario, click to see all of the buttons available.
  3. Picture 3 of How to Show Hidden Files in Linux
    Check the option which says Show Hidden Files from the drop down menu.
Method 2 of 2:

From the terminal emulator

  1. Picture 4 of How to Show Hidden Files in Linux
    Open the terminal emulator. Either Ctrl+Alt+t or clicking its icon will do.
  2. Picture 5 of How to Show Hidden Files in Linux
    Navigate to your desired directory using 'cd ' and 'ls'.
    1. Use ls to see your directory contents.
    2. Use cd [directory_name] to change directories.
  3. Picture 6 of How to Show Hidden Files in Linux
    Type "ls -a" (without quotes) to see all files, hidden and unhidden.

You've just finished reading the article "How to Show Hidden Files in Linux" edited by the TipsMake team. You can save how-to-show-hidden-files-in-linux.pdf to your computer here to read later or print it out. We hope this article has provided you with many useful tech tips and tricks. You can search for similar articles on tips and guides. Thank you for reading and for following us regularly.

« PREV How to Set up a Crontab File on Linux
NEXT » How to End a Program on a PC