• Home
  • Archive
  • Tools
  • Contact Us

The Customize Windows

Technology Journal

  • Cloud Computing
  • Computer
  • Digital Photography
  • Windows 7
  • Archive
  • Cloud Computing
  • Virtualization
  • Computer and Internet
  • Digital Photography
  • Android
  • Sysadmin
  • Electronics
  • Big Data
  • Virtualization
  • Downloads
  • Web Development
  • Apple
  • Android
Advertisement
You are here:Home » Cron and Cron Job : Do Works Without Shell

By Abhishek Ghosh August 8, 2012 8:06 am Updated on August 8, 2012

Cron and Cron Job : Do Works Without Shell

Advertisement

Cron is less known but almost universally present feature on any kind of server with an usual control panel.One can perform works via Cron without Shell Access. Those who have very good grasp on UNIX, uses this nifty Cron program to execute commands or scripts automatically at a specified time/date, like taking a backup. Unlike the CLI, which is absent in most Shared servers, some VPS, special Cloud Hosting Platforms, Cron is typically present in most web hosting control panels.

 

What is this Cron ?

 

Cron is a program that needs to be installed on the server to use the feature. Cron is a job control program mainly developed for UNIX or UNIX like operating systems including Linux, BSD, Mac OS X . Cron job is automatically set work via scripting which will run at a specified time.

Cron is not necessarily only for UNIX OS, there is Cron for Windows too.

Advertisement

---

 

How Cron and Cron Job are done

 

There is usually a button to set cron from control panel, its like this for Rackspace Control panel :

 

Cron and Cron Job

 

It depends on the server setup, which programing language cron will support, user have to write the script in text editor, name it with specific extension, like .sh extension and select other parameters :

 

cron job

 

In other words, instead of normal execution of the script, which might be impossible without command line interface, or may be pathetic (like repeated works), user can set it via control panel, but the scripting must have to be done and uploaded via (S)FTP. The path will be Linux path, like

 

Vim
1
/mnt/servername/user/website folder/<span style="color: #ff0000;">itishere/script.sh</span>

 

Usually the red colored path is needed to be added as the control panel can detect and append the rest.

 

Example of cron to extract and compress

 

Typical example is :

 

Vim
1
2
#!/bin/sh
tar -cvzf /DESTINATION/DIRECTORY/file.tar.gz /SOURCE/DIRECTORY/

 

In the same way, we can uncompress the tarball. This is written in Perl. So, the user need to write the correct path names in a text editor and save it as Perl script (not text file) otherwise Cron will not work.
Signature

Facebook Twitter Pinterest

Abhishek Ghosh

About Abhishek Ghosh

Abhishek Ghosh is a Businessman, Surgeon, Author and Blogger. You can keep touch with him on Twitter - @AbhishekCTRL.

Here’s what we’ve got for you which might like :

Articles Related to Cron and Cron Job : Do Works Without Shell

  • Nginx WordPress Installation Guide (All Steps)

    This is a Full Nginx WordPress Installation Guide With All the Steps, Including Some Optimization and Setup Which is Compatible With WordPress DOT ORG Example Settings For Nginx.

  • WordPress & PHP : Different AdSense Units on Mobile Devices

    Here is How To Serve Different AdSense Units on Mobile Devices on WordPress With PHP. WordPress Has Function Which Can Be Used In Free Way.

  • Changing Data With cURL for OpenStack Swift (HP Cloud CDN)

    Changing Data With cURL For Object is Quite Easy in OpenStack Swift. Here Are Examples With HP Cloud CDN To Make it Clear. Official Examples Are Bad.

  • All About wp-cron.php?doing_wp_cron

    On Every Visit WP-Cron Gets executed, Which Might Start Multiple Processes And Add Errors in PHP5-FPM Log With Label wp-cron.php?doing_wp_cron.

performing a search on this website can help you. Also, we have YouTube Videos.

Take The Conversation Further ...

We'd love to know your thoughts on this article.
Meet the Author over on Twitter to join the conversation right now!

If you want to Advertise on our Article or want a Sponsored Article, you are invited to Contact us.

Contact Us

Subscribe To Our Free Newsletter

Get new posts by email:

Please Confirm the Subscription When Approval Email Will Arrive in Your Email Inbox as Second Step.

Search this website…

 

vpsdime

Popular Articles

Our Homepage is best place to find popular articles!

Here Are Some Good to Read Articles :

  • Cloud Computing Service Models
  • What is Cloud Computing?
  • Cloud Computing and Social Networks in Mobile Space
  • ARM Processor Architecture
  • What Camera Mode to Choose
  • Indispensable MySQL queries for custom fields in WordPress
  • Windows 7 Speech Recognition Scripting Related Tutorials

Social Networks

  • Pinterest (24.3K Followers)
  • Twitter (5.8k Followers)
  • Facebook (5.7k Followers)
  • LinkedIn (3.7k Followers)
  • YouTube (1.3k Followers)
  • GitHub (Repository)
  • GitHub (Gists)
Looking to publish sponsored article on our website?

Contact us

Recent Posts

  • Cloud-Powered Play: How Streaming Tech is Reshaping Online GamesSeptember 3, 2025
  • How to Use Transcribed Texts for MarketingAugust 14, 2025
  • nRF7002 DK vs ESP32 – A Technical Comparison for Wireless IoT DesignJune 18, 2025
  • Principles of Non-Invasive Blood Glucose Measurement By Near Infrared (NIR)June 11, 2025
  • Continuous Non-Invasive Blood Glucose Measurements: Present Situation (May 2025)May 23, 2025
PC users can consult Corrine Chorney for Security.

Want to know more about us?

Read Notability and Mentions & Our Setup.

Copyright © 2026 - The Customize Windows | dESIGNed by The Customize Windows

Copyright  · Privacy Policy  · Advertising Policy  · Terms of Service  · Refund Policy