How to Install and Use Nano Text Editor
Nano will enable you to edit text files in your VPS on the command line when you are logged in using SSH. Step1:Installing Nano Text Editor CentOS yum install nano you can test it out by writing this command nano testfile.txt It should open a new text editor window and if you make any changes to…