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
How does path variable work?
What is inside a seashell?
How do I run a shell script on a mac?
What is meant by $1 in shell script?
What is shell application?
What is another name for a bash shell script that you might see?
How to get the last line from a file using just the terminal?
What are the advantages of shell script?
Write a shell script to get current date, time, user name and current working directory.
How do I run a .sh file?
Is scripting and coding the same thing?
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.
What are the different types of commonly used shells on a typical linux system?
How to get the 3rd element/column from each line from a file?
I want to monitor a continuously updating log file, what command can be used to most efficiently achieve this?