@[email protected] to Linux [email protected]English • 5 months agoSteam's Latest Client Update Introduces Many Refinements for Linuxnews.itsfoss.comexternal-linkmessage-square114fedilinkarrow-up1385
arrow-up1385external-linkSteam's Latest Client Update Introduces Many Refinements for Linuxnews.itsfoss.com@[email protected] to Linux [email protected]English • 5 months agomessage-square114fedilink
minus-squareMaiqlinkfedilinkEnglish4•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.