What are corn jobs and how can i use it . Moreover can i use it with webhosting account with linux server ? if yes how ?
Corn Jobs
Collapse
X
-
Tags: None
-
First of all,it's not a "corn job" its a "cron job".Originally posted by Shalini BhallaWhat are corn jobs and how can i use it . Moreover can i use it with webhosting account with linux server ? if yes how ?
cron job can be used to schedule according to user specification.
All instruction or jobs to be schedule can be find in "crontab" file.
I won't give you full detail about it,instead check this link
http://www.adminschoic e.com/docs/crontab.htm
Regarding web hosting account:
Of course you can use it with that account, as long as cron is installed on remote server -
but the problem is i am not able to get vi editor because i don't have unix here , how can i solve this roblemComment
-
Originally posted by Shalini Bhallabut the problem is i am not able to get vi editor because i don't have unix here , how can i solve this roblem
You said that you have web hosting account for linux server. isn't it?
So you can logon easily.
Crontab work on both i.e. linux and unix.
use command 'crontab -e' , it'll pop up the default text editor.
In my case it uses nano editor. You can use any text editor.Comment
-
yaa i have linux hosting but i don't know how to go to promp in it . I tried using ftp at cmdprompt but after connecting it shows me invalid command if i type crontab-e there , so pls guide me how to go about itComment
-
You can't use all linux/unix commands at ftp prompt.Originally posted by Shalini Bhallayaa i have linux hosting but i don't know how to go to promp in it . I tried using ftp at cmdprompt but after connecting it shows me invalid command if i type crontab-e there , so pls guide me how to go about it
You need to have 'telnet' or 'ssh' login for that server.
Which one you got?Comment
-
i haven't got any information about this from my hosting server , From where i will get these details ?Comment
-
Your service provider offering you limited policy.Originally posted by Shalini Bhallai haven't got any information about this from my hosting server , From where i will get these details ?
In this kind of subscriptions they allow you the ftp access and all you can do is put you website contents on server. and start browsing your site.
Give us the name of your service provider and kind of subscription you have, we may help you with this issue.
For time being contact your service provider, and confirm whether they are offering any control panel or other login credentials.Comment
-
our service provider is godaddy.com with linux economy plan and nethostspce.com
with windows reseller planComment
-
Originally posted by Shalini Bhallaour service provider is godaddy.com with linux economy plan and nethostspce.com
with windows reseller plan
I gone through godaddy.com.
they don't allow ssh or telnet for security reason.
Instead they have provided their Control Center to setup you hosting account.
Go through this pdf.
http://products.secure server.net/guides/hlinux_guide.pd f
And ya. you can create your cron jobs through their control center. I find out this in linux hosting help.
http://help.godaddy.co m/article/3547
Also they have 24x7 call center service. You can use it for better and earlier solutions.Comment
Comment