lorty@lemmy.ml to Linux@lemmy.ml · 17 hours agoTIL tar keeps permissions of the files and directories archived if possible.message-squaremessage-square20fedilinkarrow-up194arrow-down13file-text
arrow-up191arrow-down1message-squareTIL tar keeps permissions of the files and directories archived if possible.lorty@lemmy.ml to Linux@lemmy.ml · 17 hours agomessage-square20fedilinkfile-text
minus-squareLemmchen@feddit.orglinkfedilinkEnglisharrow-up27·11 hours agoThat’s a feature, not a bug. It’s an archive after all.
minus-squareesa@discuss.tchncs.delinkfedilinkarrow-up10·8 hours agoIt’s even a tape archiving tool. Just pretty much nobody uses it in the original way any more. Very much one of those “if it ain’t broke, don’t replace it” tools.
minus-squareReversalHatchery@beehaw.orglinkfedilinkarrow-up1·6 hours agobut also the way it puts file data one after the other can be beneficial for compression, especially if you can define the order of the files somehow
minus-squarelorty@lemmy.mlOPlinkfedilinkarrow-up3·9 hours agoI just assumed that whenever it would be expanded that the contents would have the default permissions for that user. It’s actually a cool feature I just feel dumb for how long it took me to realize this was the issue.
minus-squareReversalHatchery@beehaw.orglinkfedilinkarrow-up2·6 hours agothat can be done too. tarballed software normally doesn’t have permissions attached I think
That’s a feature, not a bug. It’s an archive after all.
It’s even a tape archiving tool. Just pretty much nobody uses it in the original way any more.
Very much one of those “if it ain’t broke, don’t replace it” tools.
but also the way it puts file data one after the other can be beneficial for compression, especially if you can define the order of the files somehow
I just assumed that whenever it would be expanded that the contents would have the default permissions for that user.
It’s actually a cool feature I just feel dumb for how long it took me to realize this was the issue.
that can be done too. tarballed software normally doesn’t have permissions attached I think