Re: Backup script runs on AIX but not on Linux

  • From: "Jared Still" <jkstill@xxxxxxxxx>
  • To: cemail_219@xxxxxxxxxxx
  • Date: Mon, 5 Jan 2009 16:39:05 -0800

On Mon, Jan 5, 2009 at 3:45 PM, J. Dex <cemail_219@xxxxxxxxxxx> wrote:

>  I've got a backup script that runs fine on AIX.  I copied it over to
> Linux, but it doesn't work and I get the following when trying to execute it
> which looks like something related to the shell:
>
> oracle:/u01/app/tools> ./Backup.sh sidname
> ksh: ./Backup.sh: No such file or directory
>
> ...
> Any ideas?
>
>

Yes, try this:

  $> ksh Backup.sh sidname

Other related posts: