The UNIX and Linux Forums  


Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 10-13-2008
dummy_9746 dummy_9746 is offline
Registered User
  
 

Join Date: Oct 2008
Posts: 1
default cron shell

hi,

when i finish editing my cron, a messagge appears "commands will be executed using /usr/bin/sh"

Can I change this default?

I want to run my cron jobs using /usr/bin/ksh.

I know that i can do it putting one more line within scripts
#!/usr/bin/ksh

but, i want to cron one line commands sometimes.

thanks