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 &&
# 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