{"id":11562,"date":"2022-01-05T16:47:15","date_gmt":"2022-01-05T21:47:15","guid":{"rendered":"http:\/\/local.brightwhiz\/?p=11562"},"modified":"2022-01-05T16:51:45","modified_gmt":"2022-01-05T21:51:45","slug":"show-hidden-files-in-ubuntu","status":"publish","type":"post","link":"http:\/\/local.brightwhiz\/show-hidden-files-in-ubuntu\/","title":{"rendered":"How to Show Hidden Files in Ubuntu and Other Linux Systems"},"content":{"rendered":"\n
Just like in Windows, you can have hidden files and directories are present in Linux systems. These are files that exist in the directory structure but cannot be seen without special options to commands. So, this is how to show hidden files in Ubuntu and Other Linux<\/a> systems.<\/p>\n\n\n\n When you are in the terminal of your Ubuntu<\/a> system you can use the ls command to list the files in your current directory. Using this command as is will show a list of files and directories excluding the hidden ones. To show the hidden files use this command.<\/p>\n\n\n\n In the output, the hidden files and folders will be denoted by the dot (.) before their names.<\/p>\n\n\n\n If you use Ubuntu or other similar Desktop Linux, you can still see the hidden files and directories. This can be done by opening the File Manager<\/a> then using the “Ctrl+H<\/strong>” keyboard shortcut in Ubuntu.<\/p>\n\n\n\n$ ls -a<\/code><\/pre>\n\n\n\n
myuser@ubuntu:\/$ ls -a\n. bin dev home lib32 libx32 media opt root sbin srv tmp var\n.. boot etc lib lib64 lost+found mnt proc run snap sys usr\nmyuser@ubuntu:\/$<\/code><\/pre>\n\n\n\n