Suppuse I have some text file and I want to open it with text editor, how to do that from terminal?.
- I need it that it would work for Red hat 5.3 enterprise.
- Without need to download nothing, I need the built in text editor.
I need something like: [root@localhost]# open /home/Plompy/Desktop/README_PLOMPY
That equivalent to this:

gedit /home/Plompy/Desktop.README_PLOMPYis this what you are looking for?Plompy.hfile, I triedgeditnow but it tells:No protocol specifiedandUnable to init server: Could not connect: Connection refusedand(gedit:12764): Gtk-WARNING **: 20:24:45.829: cannot open display: :0, While I succeed to open it manually from text editorsudo gedit /home/Plompy/Desktop.README_PLOMPYorsudo nano /home/Plompy/Desktop.README_PLOMPY