Koozali.org: home of the SME Server

Legacy Forums => Experienced User Forum => Topic started by: Chris Woods on December 22, 2001, 02:34:39 AM

Title: Updating Linux Database
Post by: Chris Woods 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
Title: Re: Updating Linux Database
Post by: Enigma on December 30, 2001, 08:36:50 PM
MIght help if we knew what you were installing........

Regards

Enigma
Title: Re: Updating Linux Database
Post by: Geoff Bennion 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.