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 |
Why we are writting shell scripts? Plz if possible explain it briefly.
How to pass an argument to a script?
What are the zombie processes?
What is a file basename?
Is shell scripting easy to learn?
What are filters explain sort with all the options available?
Write a command sequence to find the count of each word?
What are the Different types of shells?
Explain about the slow execution speed of shells?
What is a shell environment?
What is shift command in shell script?
What are the different types of variables used in shell script?