How to save a file in Vim [closed]

-4

I'm connecting to the UOL hosting by SSH to schedule a cron job. I can type the schedule, but I do not know how to save, give CTRL+S in the terminal I think it does not work and I do not know which command to use. The terminal screen looks more or less like this (is Vim?):

55 23 * * * curl www.meusite.com.br/cron...
~
~
~
~
~
~
-- INSERT --

And when I type I do not know how to give a save .

    
asked by anonymous 30.10.2015 / 23:58

2 answers

1

Press ESC and type :w to save or :x to save and exit

    
31.10.2015 / 01:19
1

@RESOLVED

I just typed the cron job, then I pressed esc and typed : wq     

31.10.2015 / 01:45