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

how to get part of string variable with echo command only?

1 Answers  


What exactly is a shell?

1 Answers  


Is shell a scripting language?

1 Answers  


what is the difference between cmp and diff commands

2 Answers   Amazon, CTS,


How will you list only the empty lines in a file (using grep)?

4 Answers   ANZ,


How do we delete all blank lines in a file?

1 Answers  


How many prompts are available in a UNIX system?

1 Answers  


what is the difference between writing code in shell and editor?

1 Answers  


What is path in shell script?

1 Answers  


What are the four fundamental components of every file system on linux?

1 Answers  


How can the contents of a file inside jar be read without extracting in a shell script?

1 Answers  


What is the use of "test" command?

2 Answers  


Categories