@[email protected] to Linux [email protected]English • 1 month agoSteam's Latest Client Update Introduces Many Refinements for Linuxnews.itsfoss.comexternal-linkmessage-square120fedilinkarrow-up1411arrow-down14
arrow-up1407arrow-down1external-linkSteam's Latest Client Update Introduces Many Refinements for Linuxnews.itsfoss.com@[email protected] to Linux [email protected]English • 1 month agomessage-square120fedilink
minus-square@[email protected]linkfedilinkEnglish5•1 month 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.