What does the * symbol means at beginning of filename on linux/ubuntuWhat does * next to the file name mean...

What are the arguments for California’s nonpartisan blanket (jungle) primaries?

Why doesn't philosophy have higher standards for its arguments?

Why isn't aluminium involved in biological processes?

How can I leave a car for someone if we can't meet in person?

Why are road bikes (not time trial bikes) used in many triathlons?

How should one refer to knights (& dames) in academic writing?

What happens if there is no space for entry stamp in the passport for US visa?

Mechanical puzzle ID: Ring, barbell, and four-holed panel

If I stood next to a piece of metal heated to a million degrees, but in a perfect vacuum, would I feel hot?

Is straight-up writing someone's opinions telling?

What is the German word or phrase for "village returning to forest"?

Is there any conditions on a finite abelian group so that it cannot be class group of any number field?

Is it OK to use personal email ID for faculty job applications or should we use (current) institute's ID

How can I find what program is preventing my Mac from going to sleep?

Can I remove the doors before installing a sliding patio doors frame?

(Piano) is the purpose of sheet music to be played along to? Or a guide for learning and reference during playing?

Why does "git status" show I'm on the master branch and "git branch" does not?

Did Voldemort kill his father before finding out about Horcruxes?

How to delete certain lists from a nested list?

Do aircraft cabins have suspension?

Does the Intel 8085 CPU use real memory addresses?

How could a medieval fortress manage large groups of migrants and travelers?

Unix chat server making communication between terminals possible

A necessary and sufficient condition for (x1,...,xn) to be a permutation of (1,...,n)



What does the * symbol means at beginning of filename on linux/ubuntu


What does * next to the file name mean in the output of ls?xsession error: cannot log in after changing environment variableWhat does the @ symbol denote in the beginning of a unix domain socket path in Linux?How to turn off Wireless power management permanentlyWhat does the symbol '-' mean in Linux?Forcing HWADDR to correct itself in ifcfg-eth0 network script on boot CentOS 7Linux Serial Console SizeWhat does <<-EOC means?What does ` in Linux means?What is the correct way to assign a function containing chained commands to an alias in .bashrc?Find a filename in a directory excluding zeros that appear in the beginning of the filename






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}







0















I am using Ubuntu 18LTS. I am making changes to



enter image description here



file located in /usr/bin/ but after reboot it came back as before and also the last modification date, so from that rises my question: what does this "*" means at beginning of file name? Cause i can not modify it permanently.
Thanks in advance.










share|improve this question









New contributor



greinaovester is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.















  • 1





    Possible duplicate of What does * next to the file name mean in the output of ls?

    – muru
    1 hour ago











  • try ls (a backslash preceeding ls) to get rid of * .

    – Archemar
    58 mins ago


















0















I am using Ubuntu 18LTS. I am making changes to



enter image description here



file located in /usr/bin/ but after reboot it came back as before and also the last modification date, so from that rises my question: what does this "*" means at beginning of file name? Cause i can not modify it permanently.
Thanks in advance.










share|improve this question









New contributor



greinaovester is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.















  • 1





    Possible duplicate of What does * next to the file name mean in the output of ls?

    – muru
    1 hour ago











  • try ls (a backslash preceeding ls) to get rid of * .

    – Archemar
    58 mins ago














0












0








0








I am using Ubuntu 18LTS. I am making changes to



enter image description here



file located in /usr/bin/ but after reboot it came back as before and also the last modification date, so from that rises my question: what does this "*" means at beginning of file name? Cause i can not modify it permanently.
Thanks in advance.










share|improve this question









New contributor



greinaovester is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











I am using Ubuntu 18LTS. I am making changes to



enter image description here



file located in /usr/bin/ but after reboot it came back as before and also the last modification date, so from that rises my question: what does this "*" means at beginning of file name? Cause i can not modify it permanently.
Thanks in advance.







linux filenames






share|improve this question









New contributor



greinaovester is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.










share|improve this question









New contributor



greinaovester is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.








share|improve this question




share|improve this question








edited 1 hour ago







greinaovester













New contributor



greinaovester is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.








asked 1 hour ago









greinaovestergreinaovester

41 bronze badge




41 bronze badge




New contributor



greinaovester is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




New contributor




greinaovester is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.










  • 1





    Possible duplicate of What does * next to the file name mean in the output of ls?

    – muru
    1 hour ago











  • try ls (a backslash preceeding ls) to get rid of * .

    – Archemar
    58 mins ago














  • 1





    Possible duplicate of What does * next to the file name mean in the output of ls?

    – muru
    1 hour ago











  • try ls (a backslash preceeding ls) to get rid of * .

    – Archemar
    58 mins ago








1




1





Possible duplicate of What does * next to the file name mean in the output of ls?

– muru
1 hour ago





Possible duplicate of What does * next to the file name mean in the output of ls?

– muru
1 hour ago













try ls (a backslash preceeding ls) to get rid of * .

– Archemar
58 mins ago





try ls (a backslash preceeding ls) to get rid of * .

– Archemar
58 mins ago










1 Answer
1






active

oldest

votes


















2














It looks like you have specified the -F option in your ‘ls’ command, showing that the file is executable. This may be a setting in your .bashrc file, or another config file that your shell is reading.
When using the -F option with ls it provides the following:



/: directories
@: symbolic links
|: FIFOs
=: sockets
*: executable files


Is it just that one file you are trying to delete that comes back after a reboot or all files?






share|improve this answer








New contributor



am401 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




















  • Thanks!. I am modifying not deleting the file. I was using midnight commander and it seems it shows symbols as default. So it is an executable python script, but my modification vanished after reboot, could this be due to file type or file location?

    – greinaovester
    37 mins ago











  • It may be that your Ubuntu is using RAMDISK to mount / which would include /use/bin. In this case the directory is loaded in to RAM, hence any modification you make to the file is lost once you reboot the device as it was written to RAM rather than your HD.

    – am401
    22 mins ago











  • OK I will search about this subject and open a new thread if needed. Thanks again.

    – greinaovester
    4 mins ago














Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});






greinaovester is a new contributor. Be nice, and check out our Code of Conduct.










draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f530553%2fwhat-does-the-symbol-means-at-beginning-of-filename-on-linux-ubuntu%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









2














It looks like you have specified the -F option in your ‘ls’ command, showing that the file is executable. This may be a setting in your .bashrc file, or another config file that your shell is reading.
When using the -F option with ls it provides the following:



/: directories
@: symbolic links
|: FIFOs
=: sockets
*: executable files


Is it just that one file you are trying to delete that comes back after a reboot or all files?






share|improve this answer








New contributor



am401 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




















  • Thanks!. I am modifying not deleting the file. I was using midnight commander and it seems it shows symbols as default. So it is an executable python script, but my modification vanished after reboot, could this be due to file type or file location?

    – greinaovester
    37 mins ago











  • It may be that your Ubuntu is using RAMDISK to mount / which would include /use/bin. In this case the directory is loaded in to RAM, hence any modification you make to the file is lost once you reboot the device as it was written to RAM rather than your HD.

    – am401
    22 mins ago











  • OK I will search about this subject and open a new thread if needed. Thanks again.

    – greinaovester
    4 mins ago
















2














It looks like you have specified the -F option in your ‘ls’ command, showing that the file is executable. This may be a setting in your .bashrc file, or another config file that your shell is reading.
When using the -F option with ls it provides the following:



/: directories
@: symbolic links
|: FIFOs
=: sockets
*: executable files


Is it just that one file you are trying to delete that comes back after a reboot or all files?






share|improve this answer








New contributor



am401 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




















  • Thanks!. I am modifying not deleting the file. I was using midnight commander and it seems it shows symbols as default. So it is an executable python script, but my modification vanished after reboot, could this be due to file type or file location?

    – greinaovester
    37 mins ago











  • It may be that your Ubuntu is using RAMDISK to mount / which would include /use/bin. In this case the directory is loaded in to RAM, hence any modification you make to the file is lost once you reboot the device as it was written to RAM rather than your HD.

    – am401
    22 mins ago











  • OK I will search about this subject and open a new thread if needed. Thanks again.

    – greinaovester
    4 mins ago














2












2








2







It looks like you have specified the -F option in your ‘ls’ command, showing that the file is executable. This may be a setting in your .bashrc file, or another config file that your shell is reading.
When using the -F option with ls it provides the following:



/: directories
@: symbolic links
|: FIFOs
=: sockets
*: executable files


Is it just that one file you are trying to delete that comes back after a reboot or all files?






share|improve this answer








New contributor



am401 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









It looks like you have specified the -F option in your ‘ls’ command, showing that the file is executable. This may be a setting in your .bashrc file, or another config file that your shell is reading.
When using the -F option with ls it provides the following:



/: directories
@: symbolic links
|: FIFOs
=: sockets
*: executable files


Is it just that one file you are trying to delete that comes back after a reboot or all files?







share|improve this answer








New contributor



am401 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.








share|improve this answer



share|improve this answer






New contributor



am401 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.








answered 1 hour ago









am401am401

413 bronze badges




413 bronze badges




New contributor



am401 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




New contributor




am401 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.















  • Thanks!. I am modifying not deleting the file. I was using midnight commander and it seems it shows symbols as default. So it is an executable python script, but my modification vanished after reboot, could this be due to file type or file location?

    – greinaovester
    37 mins ago











  • It may be that your Ubuntu is using RAMDISK to mount / which would include /use/bin. In this case the directory is loaded in to RAM, hence any modification you make to the file is lost once you reboot the device as it was written to RAM rather than your HD.

    – am401
    22 mins ago











  • OK I will search about this subject and open a new thread if needed. Thanks again.

    – greinaovester
    4 mins ago



















  • Thanks!. I am modifying not deleting the file. I was using midnight commander and it seems it shows symbols as default. So it is an executable python script, but my modification vanished after reboot, could this be due to file type or file location?

    – greinaovester
    37 mins ago











  • It may be that your Ubuntu is using RAMDISK to mount / which would include /use/bin. In this case the directory is loaded in to RAM, hence any modification you make to the file is lost once you reboot the device as it was written to RAM rather than your HD.

    – am401
    22 mins ago











  • OK I will search about this subject and open a new thread if needed. Thanks again.

    – greinaovester
    4 mins ago

















Thanks!. I am modifying not deleting the file. I was using midnight commander and it seems it shows symbols as default. So it is an executable python script, but my modification vanished after reboot, could this be due to file type or file location?

– greinaovester
37 mins ago





Thanks!. I am modifying not deleting the file. I was using midnight commander and it seems it shows symbols as default. So it is an executable python script, but my modification vanished after reboot, could this be due to file type or file location?

– greinaovester
37 mins ago













It may be that your Ubuntu is using RAMDISK to mount / which would include /use/bin. In this case the directory is loaded in to RAM, hence any modification you make to the file is lost once you reboot the device as it was written to RAM rather than your HD.

– am401
22 mins ago





It may be that your Ubuntu is using RAMDISK to mount / which would include /use/bin. In this case the directory is loaded in to RAM, hence any modification you make to the file is lost once you reboot the device as it was written to RAM rather than your HD.

– am401
22 mins ago













OK I will search about this subject and open a new thread if needed. Thanks again.

– greinaovester
4 mins ago





OK I will search about this subject and open a new thread if needed. Thanks again.

– greinaovester
4 mins ago










greinaovester is a new contributor. Be nice, and check out our Code of Conduct.










draft saved

draft discarded


















greinaovester is a new contributor. Be nice, and check out our Code of Conduct.













greinaovester is a new contributor. Be nice, and check out our Code of Conduct.












greinaovester is a new contributor. Be nice, and check out our Code of Conduct.
















Thanks for contributing an answer to Unix & Linux Stack Exchange!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f530553%2fwhat-does-the-symbol-means-at-beginning-of-filename-on-linux-ubuntu%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Taj Mahal Inhaltsverzeichnis Aufbau | Geschichte | 350-Jahr-Feier | Heutige Bedeutung | Siehe auch |...

Baia Sprie Cuprins Etimologie | Istorie | Demografie | Politică și administrație | Arii naturale...

Ciclooctatetraenă Vezi și | Bibliografie | Meniu de navigare637866text4148569-500570979m