cm0002@lemmy.world to Linux Gaming@lemmy.worldEnglish · 4 days agoSteam's Latest Client Update Introduces Many Refinements for Linuxnews.itsfoss.comexternal-linkmessage-square118fedilinkarrow-up1405
arrow-up1405external-linkSteam's Latest Client Update Introduces Many Refinements for Linuxnews.itsfoss.comcm0002@lemmy.world to Linux Gaming@lemmy.worldEnglish · 4 days agomessage-square118fedilink
minus-squareMaiq@lemy.lollinkfedilinkEnglisharrow-up5·3 days agoI don’t know if this would help but it might be worth a try, make a file immutable by sudo chattr +i /file/location If it doesn’t work change it back, sudo chattr -i /file/location
I don’t know if this would help but it might be worth a try, make a file immutable by
sudo chattr +i /file/location
If it doesn’t work change it back,
sudo chattr -i /file/location
I will try this thanks.