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 to get part of string variable with echo command only?
What exactly is a shell?
Is shell a scripting language?
what is the difference between cmp and diff commands
How will you list only the empty lines in a file (using grep)?
How do we delete all blank lines in a file?
How many prompts are available in a UNIX system?
what is the difference between writing code in shell and editor?
What is path in shell script?
What are the four fundamental components of every file system on linux?
How can the contents of a file inside jar be read without extracting in a shell script?
What is the use of "test" command?