Dot in front of file [duplicate]2019 Community Moderator ElectionFilename with dot in frontHow do I specify arguments to return all dot files, but not . and ..?Why are filenames that start with a dot hidden? Can I hide files without using a dot as their first character?replace all dots in filenames with underscoreUsing File Date/Time as Metadata: Reliable?How to handle multi-machine-dot-file-versioningBash script error trying to write to file: no such file or directoryHiding files without affecting the software or operating system's functionalitySymlinking all dot-files and -directoriesTwo dots (..) or two dashes (--) as a delimiter in the names of files and directoriesFilename with dot in front
What does さっさ mean?
Property of summation
Is a party consisting of only a bard, a cleric, and a warlock functional long-term?
Site Collection Administrator has left the building
What's the difference between /ɪ/ and /i(ː)/?
What is the significance behind "40 days" that often appears in the Bible?
Do I need life insurance if I can cover my own funeral costs?
Employee lack of ownership
At what level can a dragon innately cast its spells?
Official degrees of earth’s rotation per day
How can I make assignment persist between sessions?
Happy pi day, everyone!
What options are left, if Britain cannot decide?
A sequence that has integer values for prime indexes only:
Increase thickness of graph lines larger than ultra thick
My Graph Theory Students
Why do passenger jet manufacturers design their planes with stall prevention systems?
What's causing this power spike in STM32 low power mode
How to terminate ping <URL> &
How to change two letters closest to a string and one letter immediately after a string using notepad++
Are the common programs (for example: "ls", "cat") in Linux and BSD come from the same source code?
Know when to turn notes upside-down(eighth notes, sixteen notes, etc.)
Python: Check if string and its substring are existing in the same list
How to make healing in an exploration game interesting
Dot in front of file [duplicate]
2019 Community Moderator ElectionFilename with dot in frontHow do I specify arguments to return all dot files, but not . and ..?Why are filenames that start with a dot hidden? Can I hide files without using a dot as their first character?replace all dots in filenames with underscoreUsing File Date/Time as Metadata: Reliable?How to handle multi-machine-dot-file-versioningBash script error trying to write to file: no such file or directoryHiding files without affecting the software or operating system's functionalitySymlinking all dot-files and -directoriesTwo dots (..) or two dashes (--) as a delimiter in the names of files and directoriesFilename with dot in front
This question already has an answer here:
Filename with dot in front
1 answer
If there is a file and the filename starts with a dot in front of it. Does that mean that you created the file and you are hiding stuff in it or can the files get created on their own without you creating the filename. I'm just saying I have files with dots in front of them but I didnt create them.
filenames dot-files
New contributor
marked as duplicate by Stephen Kitt, Jesse_b, Olorin, Rui F Ribeiro, Kusalananda 6 hours ago
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
add a comment |
This question already has an answer here:
Filename with dot in front
1 answer
If there is a file and the filename starts with a dot in front of it. Does that mean that you created the file and you are hiding stuff in it or can the files get created on their own without you creating the filename. I'm just saying I have files with dots in front of them but I didnt create them.
filenames dot-files
New contributor
marked as duplicate by Stephen Kitt, Jesse_b, Olorin, Rui F Ribeiro, Kusalananda 6 hours ago
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
Hello and welcome to the U&L stack exchange site! Please read over the help center to get more information on how to best post to this site. To get to your question, dotfiles or files starting with a dot character are hidden files. They can used for configuration files for applications you have installed or as profiles for your user settings. What files are you having an issue with? Please edit your post to include more context. Thank you!
– kemotep
18 hours ago
I'm not having a problem with mybfilea never looked at my files I'm getting accused of hiding things in files and also that I have hidden apps and I've never downloaded hidden apps
– Regina Saucedo
18 hours ago
Don't worry and don't let people accuse you of doing covert operations on your file system. Everyone can type inls -alF
in a command shell, and all hiding goes away. BTW you might want to usealias l='ls --color=tty -alF'
and with it just type one singlel
to see it all. Tryecho 'set nu' > .vimrc
and voila, you've line numbers in yourvi
orvim
editor. That's all there is to it with "hidden" files.
– Micha
17 hours ago
-1 for intentionally asking duplicates.
– Weijun Zhou
5 hours ago
add a comment |
This question already has an answer here:
Filename with dot in front
1 answer
If there is a file and the filename starts with a dot in front of it. Does that mean that you created the file and you are hiding stuff in it or can the files get created on their own without you creating the filename. I'm just saying I have files with dots in front of them but I didnt create them.
filenames dot-files
New contributor
This question already has an answer here:
Filename with dot in front
1 answer
If there is a file and the filename starts with a dot in front of it. Does that mean that you created the file and you are hiding stuff in it or can the files get created on their own without you creating the filename. I'm just saying I have files with dots in front of them but I didnt create them.
This question already has an answer here:
Filename with dot in front
1 answer
filenames dot-files
filenames dot-files
New contributor
New contributor
edited 6 hours ago
Rui F Ribeiro
41.5k1483140
41.5k1483140
New contributor
asked 18 hours ago
Regina SaucedoRegina Saucedo
281
281
New contributor
New contributor
marked as duplicate by Stephen Kitt, Jesse_b, Olorin, Rui F Ribeiro, Kusalananda 6 hours ago
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
marked as duplicate by Stephen Kitt, Jesse_b, Olorin, Rui F Ribeiro, Kusalananda 6 hours ago
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
Hello and welcome to the U&L stack exchange site! Please read over the help center to get more information on how to best post to this site. To get to your question, dotfiles or files starting with a dot character are hidden files. They can used for configuration files for applications you have installed or as profiles for your user settings. What files are you having an issue with? Please edit your post to include more context. Thank you!
– kemotep
18 hours ago
I'm not having a problem with mybfilea never looked at my files I'm getting accused of hiding things in files and also that I have hidden apps and I've never downloaded hidden apps
– Regina Saucedo
18 hours ago
Don't worry and don't let people accuse you of doing covert operations on your file system. Everyone can type inls -alF
in a command shell, and all hiding goes away. BTW you might want to usealias l='ls --color=tty -alF'
and with it just type one singlel
to see it all. Tryecho 'set nu' > .vimrc
and voila, you've line numbers in yourvi
orvim
editor. That's all there is to it with "hidden" files.
– Micha
17 hours ago
-1 for intentionally asking duplicates.
– Weijun Zhou
5 hours ago
add a comment |
Hello and welcome to the U&L stack exchange site! Please read over the help center to get more information on how to best post to this site. To get to your question, dotfiles or files starting with a dot character are hidden files. They can used for configuration files for applications you have installed or as profiles for your user settings. What files are you having an issue with? Please edit your post to include more context. Thank you!
– kemotep
18 hours ago
I'm not having a problem with mybfilea never looked at my files I'm getting accused of hiding things in files and also that I have hidden apps and I've never downloaded hidden apps
– Regina Saucedo
18 hours ago
Don't worry and don't let people accuse you of doing covert operations on your file system. Everyone can type inls -alF
in a command shell, and all hiding goes away. BTW you might want to usealias l='ls --color=tty -alF'
and with it just type one singlel
to see it all. Tryecho 'set nu' > .vimrc
and voila, you've line numbers in yourvi
orvim
editor. That's all there is to it with "hidden" files.
– Micha
17 hours ago
-1 for intentionally asking duplicates.
– Weijun Zhou
5 hours ago
Hello and welcome to the U&L stack exchange site! Please read over the help center to get more information on how to best post to this site. To get to your question, dotfiles or files starting with a dot character are hidden files. They can used for configuration files for applications you have installed or as profiles for your user settings. What files are you having an issue with? Please edit your post to include more context. Thank you!
– kemotep
18 hours ago
Hello and welcome to the U&L stack exchange site! Please read over the help center to get more information on how to best post to this site. To get to your question, dotfiles or files starting with a dot character are hidden files. They can used for configuration files for applications you have installed or as profiles for your user settings. What files are you having an issue with? Please edit your post to include more context. Thank you!
– kemotep
18 hours ago
I'm not having a problem with mybfilea never looked at my files I'm getting accused of hiding things in files and also that I have hidden apps and I've never downloaded hidden apps
– Regina Saucedo
18 hours ago
I'm not having a problem with mybfilea never looked at my files I'm getting accused of hiding things in files and also that I have hidden apps and I've never downloaded hidden apps
– Regina Saucedo
18 hours ago
Don't worry and don't let people accuse you of doing covert operations on your file system. Everyone can type in
ls -alF
in a command shell, and all hiding goes away. BTW you might want to use alias l='ls --color=tty -alF'
and with it just type one single l
to see it all. Try echo 'set nu' > .vimrc
and voila, you've line numbers in your vi
or vim
editor. That's all there is to it with "hidden" files.– Micha
17 hours ago
Don't worry and don't let people accuse you of doing covert operations on your file system. Everyone can type in
ls -alF
in a command shell, and all hiding goes away. BTW you might want to use alias l='ls --color=tty -alF'
and with it just type one single l
to see it all. Try echo 'set nu' > .vimrc
and voila, you've line numbers in your vi
or vim
editor. That's all there is to it with "hidden" files.– Micha
17 hours ago
-1 for intentionally asking duplicates.
– Weijun Zhou
5 hours ago
-1 for intentionally asking duplicates.
– Weijun Zhou
5 hours ago
add a comment |
1 Answer
1
active
oldest
votes
This can likely be explained by a google post by Rob Pike about the origin of hidden files.
In the early days of Unix there was no concept of hidden files but the files .
and ..
existed to represent the current directory and parent directory. It became annoying to list these files every time ls
was used so a simple change was made to the ls
program to hide any file beginning with a .
. This change, had the unplanned effect of allowing for "hidden files".
As Rob Pike explains:
As a consequence, more lazy programmers started dropping files into everyone's home directory. I don't have all that much stuff installed on the machine I'm using to type this, but my home directory has about a hundred dot files and I don't even know what most of them are or whether they're still needed. Every file name evaluation that goes through my home directory is slowed down by this accumulated sludge.
So to answer your question those hidden files you didn't create are likely some sort of config files from applications you have installed.
... but my home directory has about a hundred dot files and I don't even know what most of them are or whether they're still needed
- Glad to know I am not the only one! There is a light at the end of the tunnel, there is movement to placing all user config files into.local
but not many applications follow this spec.
– crasic
9 hours ago
Heck, even on Windows (where those files are not automatically hidden and there's a defined and preferred place for such configuration to go into) I have currently 12 directories and 3 files beginning with a.
in my profile directory. And I clean up those I don't recognize about once a month.
– Joey
9 hours ago
@crasic I guess you mean$HOME/.config
which is for config files according to the freedesktop specification you linked.$HOME/.local
is for "User specific data files". Actually quite a lot of applications are already using$HOME/.config
by default or can be configured to use it, although it's still a long way till we can get rid of all the dotfiles in $HOME.
– David Ongaro
7 hours ago
Btw. this seems to be a nice overview of software which adheres the XDG base directory specification or can be configured to adhere it: wiki.archlinux.org/index.php/XDG_Base_Directory#Support
– David Ongaro
6 hours ago
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
This can likely be explained by a google post by Rob Pike about the origin of hidden files.
In the early days of Unix there was no concept of hidden files but the files .
and ..
existed to represent the current directory and parent directory. It became annoying to list these files every time ls
was used so a simple change was made to the ls
program to hide any file beginning with a .
. This change, had the unplanned effect of allowing for "hidden files".
As Rob Pike explains:
As a consequence, more lazy programmers started dropping files into everyone's home directory. I don't have all that much stuff installed on the machine I'm using to type this, but my home directory has about a hundred dot files and I don't even know what most of them are or whether they're still needed. Every file name evaluation that goes through my home directory is slowed down by this accumulated sludge.
So to answer your question those hidden files you didn't create are likely some sort of config files from applications you have installed.
... but my home directory has about a hundred dot files and I don't even know what most of them are or whether they're still needed
- Glad to know I am not the only one! There is a light at the end of the tunnel, there is movement to placing all user config files into.local
but not many applications follow this spec.
– crasic
9 hours ago
Heck, even on Windows (where those files are not automatically hidden and there's a defined and preferred place for such configuration to go into) I have currently 12 directories and 3 files beginning with a.
in my profile directory. And I clean up those I don't recognize about once a month.
– Joey
9 hours ago
@crasic I guess you mean$HOME/.config
which is for config files according to the freedesktop specification you linked.$HOME/.local
is for "User specific data files". Actually quite a lot of applications are already using$HOME/.config
by default or can be configured to use it, although it's still a long way till we can get rid of all the dotfiles in $HOME.
– David Ongaro
7 hours ago
Btw. this seems to be a nice overview of software which adheres the XDG base directory specification or can be configured to adhere it: wiki.archlinux.org/index.php/XDG_Base_Directory#Support
– David Ongaro
6 hours ago
add a comment |
This can likely be explained by a google post by Rob Pike about the origin of hidden files.
In the early days of Unix there was no concept of hidden files but the files .
and ..
existed to represent the current directory and parent directory. It became annoying to list these files every time ls
was used so a simple change was made to the ls
program to hide any file beginning with a .
. This change, had the unplanned effect of allowing for "hidden files".
As Rob Pike explains:
As a consequence, more lazy programmers started dropping files into everyone's home directory. I don't have all that much stuff installed on the machine I'm using to type this, but my home directory has about a hundred dot files and I don't even know what most of them are or whether they're still needed. Every file name evaluation that goes through my home directory is slowed down by this accumulated sludge.
So to answer your question those hidden files you didn't create are likely some sort of config files from applications you have installed.
... but my home directory has about a hundred dot files and I don't even know what most of them are or whether they're still needed
- Glad to know I am not the only one! There is a light at the end of the tunnel, there is movement to placing all user config files into.local
but not many applications follow this spec.
– crasic
9 hours ago
Heck, even on Windows (where those files are not automatically hidden and there's a defined and preferred place for such configuration to go into) I have currently 12 directories and 3 files beginning with a.
in my profile directory. And I clean up those I don't recognize about once a month.
– Joey
9 hours ago
@crasic I guess you mean$HOME/.config
which is for config files according to the freedesktop specification you linked.$HOME/.local
is for "User specific data files". Actually quite a lot of applications are already using$HOME/.config
by default or can be configured to use it, although it's still a long way till we can get rid of all the dotfiles in $HOME.
– David Ongaro
7 hours ago
Btw. this seems to be a nice overview of software which adheres the XDG base directory specification or can be configured to adhere it: wiki.archlinux.org/index.php/XDG_Base_Directory#Support
– David Ongaro
6 hours ago
add a comment |
This can likely be explained by a google post by Rob Pike about the origin of hidden files.
In the early days of Unix there was no concept of hidden files but the files .
and ..
existed to represent the current directory and parent directory. It became annoying to list these files every time ls
was used so a simple change was made to the ls
program to hide any file beginning with a .
. This change, had the unplanned effect of allowing for "hidden files".
As Rob Pike explains:
As a consequence, more lazy programmers started dropping files into everyone's home directory. I don't have all that much stuff installed on the machine I'm using to type this, but my home directory has about a hundred dot files and I don't even know what most of them are or whether they're still needed. Every file name evaluation that goes through my home directory is slowed down by this accumulated sludge.
So to answer your question those hidden files you didn't create are likely some sort of config files from applications you have installed.
This can likely be explained by a google post by Rob Pike about the origin of hidden files.
In the early days of Unix there was no concept of hidden files but the files .
and ..
existed to represent the current directory and parent directory. It became annoying to list these files every time ls
was used so a simple change was made to the ls
program to hide any file beginning with a .
. This change, had the unplanned effect of allowing for "hidden files".
As Rob Pike explains:
As a consequence, more lazy programmers started dropping files into everyone's home directory. I don't have all that much stuff installed on the machine I'm using to type this, but my home directory has about a hundred dot files and I don't even know what most of them are or whether they're still needed. Every file name evaluation that goes through my home directory is slowed down by this accumulated sludge.
So to answer your question those hidden files you didn't create are likely some sort of config files from applications you have installed.
answered 18 hours ago
Jesse_bJesse_b
13.5k23371
13.5k23371
... but my home directory has about a hundred dot files and I don't even know what most of them are or whether they're still needed
- Glad to know I am not the only one! There is a light at the end of the tunnel, there is movement to placing all user config files into.local
but not many applications follow this spec.
– crasic
9 hours ago
Heck, even on Windows (where those files are not automatically hidden and there's a defined and preferred place for such configuration to go into) I have currently 12 directories and 3 files beginning with a.
in my profile directory. And I clean up those I don't recognize about once a month.
– Joey
9 hours ago
@crasic I guess you mean$HOME/.config
which is for config files according to the freedesktop specification you linked.$HOME/.local
is for "User specific data files". Actually quite a lot of applications are already using$HOME/.config
by default or can be configured to use it, although it's still a long way till we can get rid of all the dotfiles in $HOME.
– David Ongaro
7 hours ago
Btw. this seems to be a nice overview of software which adheres the XDG base directory specification or can be configured to adhere it: wiki.archlinux.org/index.php/XDG_Base_Directory#Support
– David Ongaro
6 hours ago
add a comment |
... but my home directory has about a hundred dot files and I don't even know what most of them are or whether they're still needed
- Glad to know I am not the only one! There is a light at the end of the tunnel, there is movement to placing all user config files into.local
but not many applications follow this spec.
– crasic
9 hours ago
Heck, even on Windows (where those files are not automatically hidden and there's a defined and preferred place for such configuration to go into) I have currently 12 directories and 3 files beginning with a.
in my profile directory. And I clean up those I don't recognize about once a month.
– Joey
9 hours ago
@crasic I guess you mean$HOME/.config
which is for config files according to the freedesktop specification you linked.$HOME/.local
is for "User specific data files". Actually quite a lot of applications are already using$HOME/.config
by default or can be configured to use it, although it's still a long way till we can get rid of all the dotfiles in $HOME.
– David Ongaro
7 hours ago
Btw. this seems to be a nice overview of software which adheres the XDG base directory specification or can be configured to adhere it: wiki.archlinux.org/index.php/XDG_Base_Directory#Support
– David Ongaro
6 hours ago
... but my home directory has about a hundred dot files and I don't even know what most of them are or whether they're still needed
- Glad to know I am not the only one! There is a light at the end of the tunnel, there is movement to placing all user config files into .local
but not many applications follow this spec.– crasic
9 hours ago
... but my home directory has about a hundred dot files and I don't even know what most of them are or whether they're still needed
- Glad to know I am not the only one! There is a light at the end of the tunnel, there is movement to placing all user config files into .local
but not many applications follow this spec.– crasic
9 hours ago
Heck, even on Windows (where those files are not automatically hidden and there's a defined and preferred place for such configuration to go into) I have currently 12 directories and 3 files beginning with a
.
in my profile directory. And I clean up those I don't recognize about once a month.– Joey
9 hours ago
Heck, even on Windows (where those files are not automatically hidden and there's a defined and preferred place for such configuration to go into) I have currently 12 directories and 3 files beginning with a
.
in my profile directory. And I clean up those I don't recognize about once a month.– Joey
9 hours ago
@crasic I guess you mean
$HOME/.config
which is for config files according to the freedesktop specification you linked. $HOME/.local
is for "User specific data files". Actually quite a lot of applications are already using $HOME/.config
by default or can be configured to use it, although it's still a long way till we can get rid of all the dotfiles in $HOME.– David Ongaro
7 hours ago
@crasic I guess you mean
$HOME/.config
which is for config files according to the freedesktop specification you linked. $HOME/.local
is for "User specific data files". Actually quite a lot of applications are already using $HOME/.config
by default or can be configured to use it, although it's still a long way till we can get rid of all the dotfiles in $HOME.– David Ongaro
7 hours ago
Btw. this seems to be a nice overview of software which adheres the XDG base directory specification or can be configured to adhere it: wiki.archlinux.org/index.php/XDG_Base_Directory#Support
– David Ongaro
6 hours ago
Btw. this seems to be a nice overview of software which adheres the XDG base directory specification or can be configured to adhere it: wiki.archlinux.org/index.php/XDG_Base_Directory#Support
– David Ongaro
6 hours ago
add a comment |
Hello and welcome to the U&L stack exchange site! Please read over the help center to get more information on how to best post to this site. To get to your question, dotfiles or files starting with a dot character are hidden files. They can used for configuration files for applications you have installed or as profiles for your user settings. What files are you having an issue with? Please edit your post to include more context. Thank you!
– kemotep
18 hours ago
I'm not having a problem with mybfilea never looked at my files I'm getting accused of hiding things in files and also that I have hidden apps and I've never downloaded hidden apps
– Regina Saucedo
18 hours ago
Don't worry and don't let people accuse you of doing covert operations on your file system. Everyone can type in
ls -alF
in a command shell, and all hiding goes away. BTW you might want to usealias l='ls --color=tty -alF'
and with it just type one singlel
to see it all. Tryecho 'set nu' > .vimrc
and voila, you've line numbers in yourvi
orvim
editor. That's all there is to it with "hidden" files.– Micha
17 hours ago
-1 for intentionally asking duplicates.
– Weijun Zhou
5 hours ago