@cm0002@lemmy.world to Linux Gaming@lemmy.worldEnglish • 5 months agoSteam's Latest Client Update Introduces Many Refinements for Linuxnews.itsfoss.comexternal-linkmessage-square112fedilinkarrow-up1407arrow-down14
arrow-up1403arrow-down1external-linkSteam's Latest Client Update Introduces Many Refinements for Linuxnews.itsfoss.com@cm0002@lemmy.world to Linux Gaming@lemmy.worldEnglish • 5 months agomessage-square112fedilink
minus-squareMaiqlinkfedilinkEnglish5•5 months 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.