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

In shell scripting if text is surrounded by single quotes what does it denotes?

3 Answers  


write a shell program to check wheather a given string is pallindrome or not?

4 Answers  


How to find duplicate record in file using shell script?

0 Answers   IBM, Saama Tech, Wipro,


What language is bash?

0 Answers  


What is c in shell script?

0 Answers  






if i have 2 files file1 and file2.... file1 contains 2 columns like b a 11 aa 12 as 13 ad 15 ag 11 ar 13 ah 15 ak file2 contains b c 10 ds 11 at 15 gh 15 jk 13 iu 11 fg 13 yy can any 1 give me the program to display in this way? a b c aa 11 at ar 11 fg ad 13 iu ah 13 yy ag 15 gh ak 15 jk

3 Answers  


Where cron file kept?

2 Answers   Tech Mahindra,


Can we run shell script in windows?

0 Answers  


how is the oppurtunities for unix in the software

1 Answers  


Write a script to print the first 10 elements of fibonacci series.

0 Answers  


What does it mean to debug a script?

0 Answers  


how to delete all the files with extension .dat rom a directory tree from root to third level in a single unix command?

4 Answers  


Categories