Hello,
Is it possible to hide the Linux hidden files (.* files ) in Windows.
Does explicitly hiding the files by changing the file properties in windows have any effect in Linux.. ??
Thanks
Kiran
Hello,
Is it possible to hide the Linux hidden files (.* files ) in Windows.
Does explicitly hiding the files by changing the file properties in windows have any effect in Linux.. ??
Thanks
Kiran
There is no way to hide them automatically, but you can safely mark them all as "hidden", if your filesystem supports that.
you can open your command prompt, then use attrib +H
on your hidden files. type attrib /?
for more info