ADSM-L

Re: ADSM Script Return Code 256

1999-02-04 03:25:44
Subject: Re: ADSM Script Return Code 256
From: Alan Hamilton <alanh AT PRIMENET DOT COM>
Date: Thu, 4 Feb 1999 01:25:44 -0700
    It's the return code from the shell.  This is complaining about
running an unsafe script as root.  Make sure the permissions are
owner-only, and that the first line is #!/bin/ksh -b or #!/bin/csh -b .
The -b prevents any arguments to the script from being taken as shell
switches.  I'm not aware of any place the built-in shell exit codes are
documented.
--
      /
      /
  /  *  /  Alan Hamilton
 *     *   alanh AT primenet DOT com

<Prev in Thread] Current Thread [Next in Thread>