Search IGOE Solutions Blog
-
Most Recent Posts
Browse a category
- .NET
- Android
- Announcements
- Apache
- Business Woes
- CodeIgniter
- ColdFusion
- Content Management Systems
- Copywriting
- Featured Article
- Git
- HTML
- Java
- JavaScript and JQuery
- Mobile Computing
- PHP and MySQL
- Project Managment
- SEO
- Server Management
- Shell Scripting
- Source Code Control
- Technical Decisions
- UX Design
- VB.net
- Web Development
- Wordpress
Archives
Related Material
.NET Android Announcements Apache Business Woes CodeIgniter ColdFusion Content Management Systems Copywriting Featured Article Git HTML Java JavaScript and JQuery Mobile Computing PHP and MySQL Project Managment SEO Server Management Shell Scripting Source Code Control Technical Decisions UX Design VB.net Web Development Wordpress
Category Archives: Shell Scripting
Bash Shell Scripting Guide
Common environment variables PATH – Sets the search path for any executable command. Similar to the PATH variable in MSDOS. HOME – Home directory of the user. MAIL – Contains the path to the location where mail addressed to the … Continue reading
CRON jobs, and the automation of processes
CRON is just the name of a program which allows users of UNIX environments to execute single commands, or multiple commands within scripts. This can be done automatically at specific times and dates. The commands executed can vary from system … Continue reading
Posted in PHP and MySQL, Server Management, Shell Scripting, Web Development
Tagged automated backup, automation, backups, cron, cron job, process, processes, shell
Leave a comment