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 |
What is an inode block?
i have 2 tables 4 colums table 1 respective values a1 6, a2 8,a3 9,a4 14 & table 2 respective values a1 6, a2 8, a3 9, a4 12. if compare 2 tables 3 colums values same then 4th column values 1)Qes diff >5 then (5 * diff value ) 2)Qes diff <5 the 5 3)Qes diff 5 then 5 print respective values..
What are environment variables?
How do I run a shell script on a mac?
how to read systems current date and time
How can I Debug a shell scripts and Perl scripting?? or How do you debug a shell scripting and perl scripting ( at the compile time error or run time error) in Unix environment ?
What are the 3 standard streams in linux?
How does ls command work?
How to find duplicate record in file using shell script?
0 Answers IBM, Saama Tech, Wipro,
I want to create a directory such that anyone in the group can create a file and access any person's file in it but none should be able to delete a file other than the one created by himself.
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"
Dear All, Can anybody tell me how to predefind no. of selected rows from a text file.