I found some .files in my home directory now. They are .local, .mozilla, .java, .Skype, .adobe and many more. They make my home directory messy. How to hide these files? They were not present before.
Asked
Active
Viewed 1,094 times
1 Answers
3
"Dot-files" are normally hidden when you request a listing of a directory. This is true for both GUI and CLI. You've toggled "Show/Hide Hidden Files" to show the files and directories and need to toggle to hide them.
Many Linux GUI File Managers/Browsers have this set to the keyboard shortcut: Ctrl+h . You can press this combination to toggle to show/hide hidden files and directories.
Similarly, the ls command in a BASH terminal has the -a flag, which shows all files, without skipping these dot-files: ls -a.
earthmeLon
- 11,658