- Forums
- Linux Hosting
- Is There A Linux Text File Editor Easier Than VI Alternative
if you are wondering if there is a better text editor to use other than VI, yes there is, this page will show you a good editor that is very easy to use in linux shell systems [506], Last Updated: Sat May 18, 2024
wallpaperama
Wed Jul 02, 2008
0 Comments
1322 Visits
when i started to use linux i took some unix classes, and on all the courses i took the book always mentioned vi. as i learned more about linux, i came across this tutorial online which mentions nano. nano is a more easy to use text based editor.
after i tried nano, i loved it and i never went back to vi
so if you are trying to find another text editor, you can use nano
for example, if i want to edit this file: /etc/name.conf i would send this commnad:
nano /etc/name.conf
thats it, hope this helps you linux rookies