-4
I am logging into the UOL hosting by SSH to schedule a task with cron. I can type in the schedule, only I don’t know how to save, give a CTRL+S
on the terminal I think it doesn’t work and I don’t know which command to use. The terminal screen looks something like this (it’s Vim?):
55 23 * * * curl www.meusite.com.br/cron...
~
~
~
~
~
~
-- INSERT --
And when I type I don’t know how to give a save.
just do this:
[esc] :w!
If you want to go out at the same time you record:[esc] :wq!
– Jorge B.