Koozali.org: home of the SME Server

Updating Linux Database

Chris Woods

Updating Linux Database
« on: December 22, 2001, 02:34:39 AM »
I just installed about 6 RPM'S and I can't see any of the files.  From the reading i'm doing it appears that linux has to run something called a "CRON" at 4:00pm daily.  Can I run this manually?


Chris Woods

Enigma

Re: Updating Linux Database
« Reply #1 on: December 30, 2001, 08:36:50 PM »
MIght help if we knew what you were installing........

Regards

Enigma

Geoff Bennion

Re: Updating Linux Database
« Reply #2 on: December 31, 2001, 11:55:14 AM »
rpm -qa

will show you a full list of all rpm's installed on your system.

rpm -ql rpmnamehere

will show you a list of files for that rpm

crontab -l
will list all crontab entries

cron - is a scheduling deamon.