Where cron file kept?

Answers were Sorted based on User's Feedback



Where cron file kept?..

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

Where cron file kept?..

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

Post New Answer

More Shell Script Interview Questions

Explain about return code?

0 Answers  


What is the use of "test" command?

2 Answers  


What is the lifespan of a variable inside a shell script?

0 Answers  


write a shell script to generate a alert ? like when ur birthday came then generate a alert ur birthday is today like that ?

0 Answers   Wells Fargo,


I want to connect to a remote server and execute some commands, how can I achieve this?

0 Answers  


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

2 Answers   Caritor,


What is the difference between scripting and coding?

0 Answers  


Explain about gui scripting?

0 Answers  


Print a given number, in reverse order using a shell script such that the input is provided using command line argument only.

0 Answers  


What is the default ubuntu terminal?

0 Answers  


I have 2 files and I want to print the records which are common to both.

0 Answers  


What is the difference between break and continue commands?

0 Answers  


Categories