Simple uses of nano editor – Easy Linux

By |2019-01-18T15:26:11-06:00January 18th, 2019|Categories: Linux System|Tags: , , , |

NANO is a simple editor in Linux field. I personally like nano most because of it's easy to use. If you're newbie on Linux platform, please Read Linux To Do First.   Installing Nano: To install nano on CentOS: yum update yum -y install nano   To install nano on Ubuntu: sudo apt-get update sudo apt-get [...]