@[email protected] to Linux [email protected]English • 4 months agoSteam's Latest Client Update Introduces Many Refinements for Linuxnews.itsfoss.comexternal-linkmessage-square113fedilinkarrow-up1406arrow-down14
arrow-up1402arrow-down1external-linkSteam's Latest Client Update Introduces Many Refinements for Linuxnews.itsfoss.com@[email protected] to Linux [email protected]English • 4 months agomessage-square113fedilink
minus-squareMaiqlinkfedilinkEnglish5•4 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.