Identifing your new executable with an environment variable and without relocating

:

  1. Define the environment variable PROEXE. For example:
    PROEXE=$DLC/oebuild/orarx
    export PROEXE
  2. Change permissions on the newly created executable to include the Set UID bit. For example:
    chmod u+s $DLC/oebuild/orarx