Page 1 of 1

dangerous matter

Posted: Sat Apr 08, 2006 3:58 pm
by jasondsouza
What are Cron tabs and mime types

Posted: Sat Apr 08, 2006 9:01 pm
by Lixas
cron tabs is like a schedule- do some job(s) on specified time
Mime types is a info for browser like png is a picture. It's an info for web browser that and then browser decide what to do with that file-save, render, or smth...

Posted: Sat Apr 08, 2006 11:40 pm
by Flipper3
Where can I get a list of the different Cron Job commands? I am VERY interested in using it.

Posted: Sun Apr 09, 2006 10:13 am
by Lixas
try here: http://www.webmasterstop.com/102.html
or http://www.google.com/search?q=cron+jobs+cpanel for lot of link
Using cron jobs, as far as i know, you can only launch a script that you've created. I'm not realy sure about that.... but try to search

Posted: Sun Apr 09, 2006 7:08 pm
by Flipper3
Would these work?

Code: Select all

mail -s "quota update" [email]Flipper3@somewhere.net[/email] | netstat -an ~

Code: Select all

mail -s "quota update" [email]Flipper3@somewhere.net[/email] | top ~
Thanks in advance!