nano filenameCan you guide me how to create a new file and save it in Putty? I don't want to switch to FTP client program and making a file there, using Putty SSH may be faster.
I used vi editor once but I could not remember its commands, especially shortcut keys.You can also use 'vi filename' command. If you want to write programming code, use vim command. To start write, press 'i' and to save, first press 'Esc' and type ':wq'+ press enter. wq means write and quit.
Seem this way is easy and worked for me.nano filename
CTRL O
CTRL X
Done
vi filename
i to insert
a to append
x to delete
dd to delete a line
: to begin a command sequence
:w to save
:q to quit
:q! to quit without saving
:wq to save and quit
ForumWeb.Hosting is a web hosting forum where you’ll find in-depth discussions and resources to help you find the best hosting providers for your websites or how to manage your hosting whether you are new or experienced. You’ll find it all here. With topics ranging from web hosting, internet marketing, search engine optimization, social networking, make money online, affiliate marketing as well as hands-on technical support for web design, programming and more. We are a growing community of like-minded people that is keen to help and support each other with ambitions and online endeavors. Learn and grow, make friends and contacts for life.
The world's smartest hosting providers come here to discuss & share what's trending in the web hosting world!