Results 1 to 2 of 2
whenever i try to add a user into sudoers file i am getting following error
Code:
E45: 'readonly' option is set (add ! to override)...
- 10-11-2009 #1Just Joined!
- Join Date
- Jan 2007
- Posts
- 27
E45: 'readonly' option is set (add ! to override)
whenever i try to add a user into sudoers file i am getting following error
Code:E45: 'readonly' option is set (add ! to override)
- 10-11-2009 #2
sudoers is a read only files. As the error states you ned to add the '!' to save it, i.e., '!w' or '!wq'


