Re: Cannot get immutable to work

2022-06-12 Thread Paul Eggert
On 6/8/22 20:31, mg wrote: # Note: There is a typo in the online HTML manual; missing f after -c Thanks for reporting that. I fixed it by installing the attached patch. mkdir t && cd t && echo foo > bar && sudo chattr +i bar && echo Can make bar immutable && lsattr &&

Cannot get immutable to work

2022-06-08 Thread mg
# Note: There is a typo in the online HTML manual; missing f after -c # I tried the way I have always done "tar cf ..." and the way shown in the # HTML manual. mkdir t && cd t && echo foo > bar && sudo chattr +i bar && echo Can make bar immutable && lsattr && # sudo tar cf