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>

Related questions

+1 vote
asked May 10, 2021 in Linux by rajeshsharma
0 votes
asked Nov 11, 2020 in Linux by sharadyadav1986
...