Enabling server mode

Patrick Smith yellowdog-general@lists.terrasoftsolutions.com
Mon, 09 Aug 2004 07:35:11 -0400


Atro Tossavainen wrote:
>>What's wrong with simply this?
>>echo -ne "\x01\x13\x01" > powerup-boot
...
> (The following is from "man echo" on Solaris.)
> 
> USAGE
>      Portable applications should not use -n (as the first argu-
>      ment) or escape sequences.

printf '\1\2\3' > powerup-boot