Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Linux Script
Name: Darren22 Date: March 4, 2009 at 04:36:25 Pacific OS: Windows XP Subcategory: General
Comment:
Hi i wanna write a script which will do checks on my system example "rcpostfix status" and output this infomation to a email. I want to be able to send this email to my address.
Summary: I need a little bit of linux script help here guys, I'm sure someone can help me. I want to be able to run a script on cron which does the following... Compress "/home/account/public_html/" using gzip...
Summary: Can someone convert this short DOS script into a Linux shell script. In a nutshell the script generates a text file with a machine name and an incrementing number. Begin script (makeclient.cmd) --...
Summary: I am trying to set the variable SIDS in the following script. However, once outside the do/done block $SIDS reverts to what it was before the loop! Code: - # !/bin/sh SIDS="empty" grep -v '^#' /etc/or...