dangerous matter

All the members needing any kind of help for cpanel can discuss here.

Moderator: Lixas

Post Reply
jasondsouza
Posts: 348
Joined: Thu Jan 12, 2006 8:24 pm
Contact:

dangerous matter

Post by jasondsouza »

What are Cron tabs and mime types


--jasondsouza
ME working on a very new site. (Coming soon)
Come to my web Site
Lixas
Posts: 750
Joined: Wed Feb 16, 2005 4:21 pm

Post 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...
Image
Flipper3
Posts: 353
Joined: Tue Feb 28, 2006 12:34 am

Post by Flipper3 »

Where can I get a list of the different Cron Job commands? I am VERY interested in using it.
Lixas
Posts: 750
Joined: Wed Feb 16, 2005 4:21 pm

Post 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
Image
Flipper3
Posts: 353
Joined: Tue Feb 28, 2006 12:34 am

Post 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!
Post Reply