QuestionQ11
Basic Unix SkillsWhile using vi as the superuser, saving a file while exiting the editor produces an error that the file is read-only. How can the file permissions be overridden so the edits are saved and the editor is exited?
- A :fw!
- B :fwq
- C :q!
- D :wq
- E :wq!
Community Discussion