Ubuntu 18.04 is accepting cron job
up vote
0
down vote
favorite
I am trying to set a cron job in ubuntu18.04 but it is giving me error of command not found
root@UB-Machine:~# * * * * * env > /tmp/env.output
Machine: command not found
I have tried restarting cron but still i am getting same error
18.04 cron
add a comment |
up vote
0
down vote
favorite
I am trying to set a cron job in ubuntu18.04 but it is giving me error of command not found
root@UB-Machine:~# * * * * * env > /tmp/env.output
Machine: command not found
I have tried restarting cron but still i am getting same error
18.04 cron
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I am trying to set a cron job in ubuntu18.04 but it is giving me error of command not found
root@UB-Machine:~# * * * * * env > /tmp/env.output
Machine: command not found
I have tried restarting cron but still i am getting same error
18.04 cron
I am trying to set a cron job in ubuntu18.04 but it is giving me error of command not found
root@UB-Machine:~# * * * * * env > /tmp/env.output
Machine: command not found
I have tried restarting cron but still i am getting same error
18.04 cron
18.04 cron
asked Nov 29 at 6:26
yrahman
101
101
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
up vote
1
down vote
Run crontab -e
to edit your current crontab
.
Add the entry there. Save and exit the editor.
* * * * * /usr/bin/env > /tmp/env.output
This will run the command every minute.
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
Run crontab -e
to edit your current crontab
.
Add the entry there. Save and exit the editor.
* * * * * /usr/bin/env > /tmp/env.output
This will run the command every minute.
add a comment |
up vote
1
down vote
Run crontab -e
to edit your current crontab
.
Add the entry there. Save and exit the editor.
* * * * * /usr/bin/env > /tmp/env.output
This will run the command every minute.
add a comment |
up vote
1
down vote
up vote
1
down vote
Run crontab -e
to edit your current crontab
.
Add the entry there. Save and exit the editor.
* * * * * /usr/bin/env > /tmp/env.output
This will run the command every minute.
Run crontab -e
to edit your current crontab
.
Add the entry there. Save and exit the editor.
* * * * * /usr/bin/env > /tmp/env.output
This will run the command every minute.
answered Nov 29 at 6:34
vidarlo
8,55342341
8,55342341
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1097017%2fubuntu-18-04-is-accepting-cron-job%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown