Nano is a Linux simple text-editor that's very user friendly. In this tutorial, we will show you how to install and use the Nano text editor . Nano will allow you to edit text files in your Linux server command line environment. There are more advanced editors such as vim and emacs for Linux OS, but Nano is straightforward and easy to use, which is why it's one of the most popular text editors for Unix systems.
To install Nano On Debian / Ubuntu distributions use the following command: sudo apt-get install nano Install Nano on CentOS / RHEL using following command: yum install nano