cm0002@lemmy.world to Linux Gaming@lemmy.worldEnglish · 9 days agoSteam's Latest Client Update Introduces Many Refinements for Linuxnews.itsfoss.comexternal-linkmessage-square119fedilinkarrow-up1411
arrow-up1411external-linkSteam's Latest Client Update Introduces Many Refinements for Linuxnews.itsfoss.comcm0002@lemmy.world to Linux Gaming@lemmy.worldEnglish · 9 days agomessage-square119fedilink
minus-squareMaiq@lemy.lollinkfedilinkEnglisharrow-up5·9 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.