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

Why is shell scripting important?

0 Answers  


Explain about login shell?

0 Answers  


What are the different types of variables used in shell script?

0 Answers  


Write a shell script that adds two numbers if provided as the command line argument and if the two numbers are not entered throws an error message.

0 Answers  


How to take input values from the user?

4 Answers  






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

0 Answers  


What are the advantages of using shell scripts?

0 Answers  


Create a bash shell script to sort and then uniq the file from the command line & store it to a new file and output the results to the screen. Name this script "sortAndUniq.sh"

5 Answers  


How do I run a shell script on a mac?

0 Answers  


What does the sh command do?

0 Answers  


Using set -A write a script to print the output of the ls command in 5 columns with two spaces between each column. Pretend that ls does not have multicolumn output.

0 Answers  


How u convert string "hi pravin how are you?" to "Hi Pravin How Are You?"

12 Answers   Cap Gemini,


Categories