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 |
What is a shell? · Types of shell · what is shell scripting?
How to get the 3rd element/column from each line from a file?
What are the three main forms of enabling debugging in a shell script?
Is shell script a programming language?
What is ms powershell?
How to find duplicate record in file using shell script?
0 Answers IBM, Saama Tech, Wipro,
What is the difference between bash and shell?
Write a shell script to check whether a number is Armstrong number or not?
wats the she bang statment with syntax?
The information of the two files should be redirect to Third file in such a way that, the third file contain the information like this. 1st line in third file should be from 1st file 2nd line in Third file should be from 2nd file 3rd line in Third file should be from 1st file 4th line in Third file should be from 2nd file - - so on
What is the way to do multilevel if-else's in shell scripting?
What is INODE?