minus-squareSirPrize@beehaw.orgtoLinux@lemmy.ml•My sound card keeps resetting to default settingslinkfedilinkarrow-up2·edit-21 year agoCan you set the permissions of the file to read only? That way nothing else can edit it on the fly? chmod 444 filename would make it so the owner, group, and everyone else can only read the file. You can change modification of the file again if you have to edit it. linkfedilink
Can you set the permissions of the file to read only? That way nothing else can edit it on the fly?
chmod 444 filename
would make it so the owner, group, and everyone else can only read the file. You can change modification of the file again if you have to edit it.