I have been trying to figure this out for a while now, pretty simple question for some I can only guess, but why is there a 'dot' in front of .bashrc?
|
feedback
|
migrated from stackoverflow.com Nov 26 '10 at 3:22
This question came from our site for professional and enthusiast programmers.
|
By default, filenames prefixed by a dot (.) don't show up when you do the ls command in Linux.* Most system files (like *Unless you run ls with the appropriate switches; man ls for more information. | ||||
|
feedback
|
|
Because it's a hidden file. Standard file browsers won't display files beginning with a It basically reduces clutter since hidden files a generally ones you won't need to see on a daily basis. | |||
|
feedback
|