Login
Remember
Register
Ask a Question
How would you open a file in read-only mode using the vim editor?
0
votes
asked
Nov 11, 2020
in
Linux
by
sharadyadav1986
How would you open a file in read-only mode using the vim editor?
#linux-vim-editor
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Nov 11, 2020
by
rahuljain1
How would you open a file in read-only mode using the vim editor?
$ vim -R <filename>
...