Where is the crontab manager

Where is the crontab manager

Posted by: jenrich
Posted on: 2006-09-13 20:14:00

Hi,

I've set up cron jobs with other web hosts and there was no problem. I can't even find the crontab manager to set a cron job up.

Also -- this is kind of confusing -- I want to run a dynamic pricing script but it sounds like I'll have to upload the script under my main username and then go and set up cron job under the username with shell access.

Is this right?

I also have a question about the format since there are two different users...

This is the command line I want to use but my shell access is for username2

*/1 * * * * /home/username1/domain.com/dynpricing/cron

Would someone help please?

Re: Where is the crontab manager

Posted by: anonymous2
Posted on: 2006-09-13 20:53:00

find the crontab manager

As far as I know, it's only standard Linux shell command line based.

Is this right?

Sounds right to me.

my shell access is for username2

It might work, if user2 has permission to read and execute from user1, like being in the same group, or with "liberal" permissions for "other," but it would work probably better/easier if user2 had its own copy.

You are welcome to a refund.-Michael;Comparing 'DH of today' with 'DH of old' does not serve much purpose.-Dallas

Re: Where is the crontab manager

Posted by: jenrich
Posted on: 2006-09-13 21:16:00

how do I get there?

or where can I enter the command line?

I can't find a place to do that.

Thanks,
Louis

Re: Where is the crontab manager

Posted by: anonymous2
Posted on: 2006-09-14 18:18:00

I don't understand telnet and ssh at all.......

Wiki, Getting started is a good place to start.
- -

You are welcome to a refund.-Michael;Comparing 'DH of today' with 'DH of old' does not serve much purpose.-Dallas

Re: Where is the crontab manager

Posted by: bryankm
Posted on: 2006-09-15 06:31:00

Here's what I do

Log into SSH with your username/password that you want the jobs run as.

I have a hard time editing the crons using the default editor, so type:
export EDITOR=vi

Then type:

crontab -e

Now, you are editing your crontab. From this point, it's pretty easy. Just remember there is no active path, so if you want to run a perl command, you can't type perl, you must type /user/bin/perl then the command.

http://wiki.dreamhost.com/index.php/Crontab

Re: Where is the crontab manager

Posted by: anonymous2
Posted on: 2006-09-15 16:50:00

I don't understand telnet and ssh at all.......

export EDITOR=vi

ROFLMAO!!
- -

You are welcome to a refund.-Michael;Comparing 'DH of today' with 'DH of old' does not serve much purpose.-Dallas

Re: Where is the crontab manager

Posted by: bryankm
Posted on: 2006-09-16 11:24:00

vi is easy to me, and I have very little unix/linux experience. It reminds me of the old BBS stuff back in the early 90s.

Re: Where is the crontab manager

Posted by: rlparker
Posted on: 2006-09-16 12:23:00

In reply to:

I don't understand telnet and ssh at all.......

export EDITOR=vi

ROFLMAO!!


Well, I suppose there is something to be said for "plunging right in" and becoming immersed in the "learning curve", eh? I gess that *is* one way to do it...laugh

--rparker

Tags: cron jobcron jobsweb hostscrontabshellaccessconfusinguploadsoundsdomain