Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. kymlyons

    how to change the shell of cron

    I was having a simular problem with crons default being sh and wanting to be in csh. I found some where that you should be able to put a line such as SHELL = in your cron tab file but on my system, Solaris 9, this was not allowed. So the best I have found to do is to have the following as the...
  2. kymlyons

    trouble with ssh command not ending from cron

    Hi, I'm looking for help with a script I wrote that is being executed from a cron job. I use the ssh command to do a directory on a remote host and write it to a file on the host the script is running on. The command I use is: ssh usename@remotehost "ls /dirname/*"...

Part and Inventory Search

Back
Top