Would need some help on viewing & Moving the Hidden Files & Folders.
Tell me more
×
Server Fault is a question and answer site for
professional system and network administrators. It's 100% free, no registration required.
|
|
Hidden files are just files with a To list files, including hidden ones from a command line:
To list only hidden files:
Hidden files can be moved/copied/removed just like any other file:
|
|||||||
|
|
If you are using Gnome and the Nautilus file manager, you can select "Show Hidden Files" in the "View" menu. The keyboard shortcut is Ctrl-H. On the command line the option to "ls" is "-a" to see hidden files (the ones with '.' as the first character in the filename). |
|||
|
|
|
Following up on Trey's answer, if you want to copy everything in a given directory, including the hidden files, you should be fine with:
|
|||
|
|