chflags nohidden /path/to/your/file In Linux, any file or folder with a name starting with a dot ( .bashrc , .config ) is hidden by default.
To unhide a single file named secret.txt on your desktop: how to unhide file
attrib -h C:\Users\YourName\Desktop\secret.txt Apple makes hidden files less accessible by default, but a simple Terminal command solves that. chflags nohidden /path/to/your/file In Linux, any file or
chflags nohidden /path/to/your/file In Linux, any file or folder with a name starting with a dot ( .bashrc , .config ) is hidden by default.
To unhide a single file named secret.txt on your desktop:
attrib -h C:\Users\YourName\Desktop\secret.txt Apple makes hidden files less accessible by default, but a simple Terminal command solves that.