5 ms·
When I run ls I don't want to see all the configuration files. Just my files. I think that's the point of hidden files. > One more example. Imagine if you have
by annowiki 4y ago
When I run ls I don't want to see all the configuration files. Just my files. I think that's the point of hidden files.
> One more example. Imagine if you have a project and want to edit an .env file. But as dotfiles are hidden in Linux you don't see this file and cannot open it.
How likely is it that someone is going to want to edit a .env file and not know how to view hidden files?
- jstanley 4y ago> When I run ls I don't want to see all the configuration files. Just my files. Well then configuration files can simply not be in the same directory as your files. Easy fix.
- SAI_Peregrinus 4y agoYour user doesn't have permissions to write to any directory that isn't yours. It doesn't mean configs have to be in your "documents" directory, but they do have to be in with your files!
- jstanley 4y agoThe comment I was responding to was talking about the utility of files being hidden. But they don't need to be hidden by being special, they can just be "hidden" by living in a subdirectory that you don't look inside.