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 |
Why is used in shell scripting?
What are the Different types of shells?
What is the use of "shift" command in passing parameters?
What is an sh file?
What is the first line in a shell script?
What is use of "cut" command?
Write a shell program to test whether a given number is even or odd?
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
What is shell and shell script?
How do you create a shortcut in linux?
How to find duplicate record in file using shell script?
0 Answers IBM, Saama Tech, Wipro,
What is the use of "$?" Sign in shell script?