Where cron file kept?
Answers were Sorted based on User's Feedback
Answer / sudhan rose victor
It is in /var/spool/cron/crontabs
Each user have seperate file in this location. moreover
normal user cannot view this file, only root user can
access.
| Is This Answer Correct ? | 10 Yes | 1 No |
Answer / geichel
Check which packages are installed. Your best bet is here:
/etc/anacrontab
/etc/cron.d
/etc/cron.daily
/etc/cron.hourly
/etc/cron.monthly
/etc/cron.weekly
/etc/crontab
/var/spool/anacron
/var/spool/cron
/var/spool/anacron/cron.daily
/var/spool/anacron/cron.monthly
/var/spool/anacron/cron.weekly
| Is This Answer Correct ? | 2 Yes | 0 No |
How does shell scripting work?
What does echo $0 do?
how to read systems current date and time
Is shell scripting a programming language?
What are "c" and "b" permission fields of a file?
How are shells born?
How to take input values from the user?
What is the first line in every perl script called?
What language is used in terminal?
How can any user find out all information about a specific user like his default shell, real-life name, default directory, when and how long he has been using the system?
Is powershell a language?
What is the conditional statement in shell scripting?