Excellent software and practical tutorials

vim save error: E45: 'readonly' option is set (add ! to override)
When using vim/vm to edit files in Linux, the error "E45: 'readonly' option is set (add ! to override)" is often reported. This is because the root user is not logged in on the Linux server, resulting in no permission to edit and write files. Log in as the root user, and then use :wq to save the file.