How to view Hidden Files and Folders in Ubuntu/Linux?
|
|
|
|
|
Question: How to view Hidden Files and Folders in Ubuntu/Linux? Answer:Â - In the File Browser (Graphical) press the key combination ctrl+h together in order to view all the hidden files and folders.
- In the command line when listing directory contents (ls) use the option -a eg. ls -a to list all hidden files. Files or folders that start with a . (dot)
|