Results 1 to 6 of 6
Hi Frndz
I worked of Cron and suceeded but a doubt and googled no use..!
If we have number of crons in crontab -e, How to find when a Cron ...
- 08-10-2009 #1Linux Newbie
- Join Date
- Aug 2008
- Posts
- 119
Cron Establishmemt
Hi Frndz
I worked of Cron and suceeded but a doubt and googled no use..!
If we have number of crons in crontab -e, How to find when a Cron is established in Crontab -e ..........
Thanks in Advance
- 08-10-2009 #2
The -e option is to edit the crontab. To view a list of the cron jobs, use the -l (small "L") option.
Code:crontab -l
Paul
Please do not send Private Messages to me with requests for help. I will not reply.
- 08-12-2009 #3Linux Newbie
- Join Date
- Aug 2008
- Posts
- 119
Thnx for response
HI waterhead
As u said I can just find out the 'cron' established by "crontab -l" but my doubt is that
Ex: If I created five types of jobs in cron, How can I know when a cron is established ie., time of creation of a cron.
It will be helpful If u can get me out of this.........
- 08-12-2009 #4
last modified time
I think you can just check last modified date/time
Thnks
- 08-13-2009 #5Linux Newbie
- Join Date
- Aug 2008
- Posts
- 119
Hi vishesh
As u Said we can get only the last entered or modifed cron "what about the previous crons"
- 08-14-2009 #6
Is it possible?
may be i am wrong, but i don't think it is straightly possible.


Reply With Quote