How to check whether my script ran successfully in crontab
up vote
0
down vote
favorite
I am new to Unix and I need some help to know how to check whether my script has picked by crontab and ran as per schedule (not manually).
unix crontab
add a comment |
up vote
0
down vote
favorite
I am new to Unix and I need some help to know how to check whether my script has picked by crontab and ran as per schedule (not manually).
unix crontab
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I am new to Unix and I need some help to know how to check whether my script has picked by crontab and ran as per schedule (not manually).
unix crontab
I am new to Unix and I need some help to know how to check whether my script has picked by crontab and ran as per schedule (not manually).
unix crontab
unix crontab
edited Nov 21 at 17:03
Aulis Ronkainen
6131514
6131514
asked Nov 21 at 15:45
Anil
32
32
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
up vote
1
down vote
accepted
You can test this by using a crontab to run the scheduled command touch helloworld.txt
Thanks but before that we need to userm helloworld.txt
in script before touch command so that we can 100 percent tell that our script run successfully in cron tab.
– Anil
Nov 21 at 17:53
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
accepted
You can test this by using a crontab to run the scheduled command touch helloworld.txt
Thanks but before that we need to userm helloworld.txt
in script before touch command so that we can 100 percent tell that our script run successfully in cron tab.
– Anil
Nov 21 at 17:53
add a comment |
up vote
1
down vote
accepted
You can test this by using a crontab to run the scheduled command touch helloworld.txt
Thanks but before that we need to userm helloworld.txt
in script before touch command so that we can 100 percent tell that our script run successfully in cron tab.
– Anil
Nov 21 at 17:53
add a comment |
up vote
1
down vote
accepted
up vote
1
down vote
accepted
You can test this by using a crontab to run the scheduled command touch helloworld.txt
You can test this by using a crontab to run the scheduled command touch helloworld.txt
answered Nov 21 at 15:53
Gabriel Fair
76541740
76541740
Thanks but before that we need to userm helloworld.txt
in script before touch command so that we can 100 percent tell that our script run successfully in cron tab.
– Anil
Nov 21 at 17:53
add a comment |
Thanks but before that we need to userm helloworld.txt
in script before touch command so that we can 100 percent tell that our script run successfully in cron tab.
– Anil
Nov 21 at 17:53
Thanks but before that we need to use
rm helloworld.txt
in script before touch command so that we can 100 percent tell that our script run successfully in cron tab.– Anil
Nov 21 at 17:53
Thanks but before that we need to use
rm helloworld.txt
in script before touch command so that we can 100 percent tell that our script run successfully in cron tab.– Anil
Nov 21 at 17:53
add a comment |
Thanks for contributing an answer to Super User!
- 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%2fsuperuser.com%2fquestions%2f1377326%2fhow-to-check-whether-my-script-ran-successfully-in-crontab%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