Unexplained emblems on some of Fatdog ISOs (SOLVED)
Posted: Fri Sep 11, 2020 9:02 am
Could someone explain why some file have these while most dont? I cannot find an explanation.
Thanks in advanceDiscussion, talk and tips
https://forum.puppylinux.com/
https://www.mankier.com/1/setfattr To get you started. Particularly attr(5) in section SEE ALSO.
Follow the connection between the files and the program you used to download them As SFR did say, some browser do -- when they download a file for you. Which browser did you use to download the Fatdog ISOs? In recent years, I've only seen Opera add attrs to downloaded files. As far as I know, Opera doesn't anymore. Another one that does is wget when passed option --xattr, IIRC.What is creating these attribs?
You don't have to do anything, the browser (supposedly, in your case) added these attrs to the download. If you don't want that to happen you can either find out which browser setting to disable or delete the attrs with the commands I linked above.And should there be some/any attention paid for when files get these assigned?
If you move the files with rox filer, the attrs move with the files. They don't depend on a particular folder. However, the file system matters. if you move the files that have attrs to a file system that doesn't support attrs, such as fat32, the attrs are gone forever from the copies in the fat32 file system.Right now, the attribs, as you say, are only on a few of the ISOs in this folder. Why?
Hopefully, not as much now. You can experiment with the commands I linked to on some test files in the shell. Attrs don't harm your files.Confused
No the emblem just indicates that a chattr (special attribute) has been set on the file/folder. It could for instance be the immutable attribute having been set (chattr +i <file>), that prevents the file/folder from being modified, renamed, deleted (or having a soft/hard link set (even by root)).
You keep ignoring answers already given to you. First response to your OP:
And step's response a few posts underneath:JakeSFR wrote:IIRC some browsers add it automatically to downloaded files.
But since apparently you don't believe either of them, here is something that I hope you find to be more trustable: the Debian bug report: chromium: secretly stores referer and url for downloaded files.step wrote:the browser (supposedly, in your case) added these attrs to the download
Not seen in others.You probably don't see this elsewhere in Puppy...