2010/6/19 Jean-Frangois SIMON <jfsimon1...@gmail.com>: > # bash /etc/netstart
As others have pointed at, you'll want /bin/sh instead for this case. When in doubt what to use, review the top line in the script you're about to execute and use the shell listed there. > WARNING: /etc/hostname.re0 is insecure, fixing permissions It fixes the permissions, so seeing correct permissions afterward means the fix succeeded. See the relevant lines in /etc/netstart if you want to know more how it does that. Regards, Rogier