Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Using Cygwin from windows-XP computer,how can i edit some remote RHEL5 computer's file, by opening it through VIM and using the INSERT option. Whether changes are applicable or not ?
If I understand well what you are trying to do you don't need cygwin for that. If that RedHat server has ssh configured you can download putty from here http://www.chiark.greenend.org.uk/~sgtatham/putty/ and log in remotely and get a console to that machine. Once you have logged in you could run vim from there and do whatever you want to do.
Just so you realize it. When you log in and use vim, the vim program is running on the server, not locally. Not only is the file remote, the the programs you run are remote as well. If you have Cygwin/X installed you can even run graphical programs remotely. So if you are partial to kate, you can use it instead, or even run on of the RH system-config-* programs graphically.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.