Answer Posted / 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 View All Answers
Explain about shebang?
How do you debug a script?
Is shell script a programming language?
How do I stop script errors?
What are the advantages of using shell scripts?
What does $$ mean in shell script?
What are the different types of commonly used shells on a typical linux system?
How to check if a directory exists?
How do I start a shell script?
c program to display the information of given file similar to givan by the unix or linux command ls -l
What does $@ mean in shell?
I have 2 files and I want to print the records which are common to both.
Calculate a real number calculation directly from the terminal and not any shell script.
How to open a read-only file in the shell?
How do I set bash as default shell mac?