How to Show Hidden Files in Linux
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.
Steps

Inside the File Manager

Open the File Manager. Depending on your desktop environment, the steps for doing this vary.

Click the menu button related to View settings. In most File Managers, this is called View. In others, it might be a button with no name. In such a scenario, click to see all of the buttons available.

Check the option which says Show Hidden Files from the drop down menu.

From the terminal emulator

Open the terminal emulator. Either Ctrl+Alt+t or clicking its icon will do.

Navigate to your desired directory using 'cd ' and 'ls'. Use ls to see your directory contents. Use cd [directory_name] to change directories.

Type "ls -a" (without quotes) to see all files, hidden and unhidden.

What's your reaction?

Comments

https://ugara.net/assets/images/user-avatar-s.jpg

0 comment

Write the first comment for this!