In Windows XP/Vista/7, we can easily view the hidden files or folder by check the “view hidden file” option. How about linux? Linux do not have “view hidden file” option, any idea?Here are the quick tip:-
a) Use command
open the terminal, type the following command to list the hidden files and folder
# ls -a
or
# ls -la
B) Use shortcut key
If you use linux with interface, try to press Ctr + H . It will show the hidden files and directory folders start with a period (.) . I tried this commnad on Gnome interface linux, it work fine. I think it should working find in KDE interface.
If you use linux with interface, try to press Ctr + H . It will show the hidden files and directory folders start with a period (.) . I tried this commnad on Gnome interface linux, it work fine. I think it should working find in KDE interface.
Enjoy.