Excellent software and practical tutorials
When using vim/vm to edit files in Linux, an error message often appears:E45: 'readonly' option is set (add ! to override)”
This is because you do not log in as the root user in the Linux server and do not have permission to edit or write files.
Log in as root user, then type :wq to save the file.