file-system linux The Linux Environment MOC
Hidden files in Linux have . in front of the file name, like .myfile.txt
Showing Hidden Files
To show hidden files, add the -a flag to ls. This flag can also be combined with other flags, i.e. ls -la.