0 votes
in Linux by
How would you open a file in read-only mode using the vim editor?

1 Answer

0 votes
by
How would you open a file in read-only mode using the vim editor?

$ vim -R <filename>
...