Forum Discussion
Hamish
Dec 15, 2011Cirrocumulus
You mean the file is read-only? It's not supported to edit the file (And will probably be over-written since it lives in /var/run/config/), but if you use vi to do the edit, then to write it use ':w!' instead of a plain ':w' and the write will be forced even if the file is RO. (Or you can set the permissions of the file using chmod).
H