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 |
Explain about "s" permission bit in a file?
What is Linux language details
What is the use of "$#" in shell scripting?
What lives in a shell?
How to get the first line from a file using just the terminal?
What does $# stand for?
Please give me example of " at command , contrab command " how to use
What are the advantages of bash over all other shells?
What is the conditional statement in shell scripting?
What is "test"? How it is used in shell scripting?
Explain about return code?
What is c in shell script?