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 return code?
What is the use of "test" command?
What is the lifespan of a variable inside a shell script?
write a shell script to generate a alert ? like when ur birthday came then generate a alert ur birthday is today like that ?
I want to connect to a remote server and execute some commands, how can I achieve this?
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 difference between scripting and coding?
Explain about gui scripting?
Print a given number, in reverse order using a shell script such that the input is provided using command line argument only.
What is the default ubuntu terminal?
I have 2 files and I want to print the records which are common to both.
What is the difference between break and continue commands?