erl -name ...

Hakan Mattsson hakan@REDACTED
Fri Oct 25 12:56:27 CEST 2002


On Fri, 25 Oct 2002, Joe Armstrong wrote:

joe> So I'd need my node at home to run with a node name like
joe> 
joe> joe@REDACTED
joe> 
joe> How can this be done?

Try:
    % erl -name hakan@REDACTED
    Erlang (BEAM) emulator version 2002.10.08 [source]
    
    Eshell V2002.10.08  (abort with ^G)
    (hakan@REDACTED)1> node().
    'hakan@REDACTED'
    (hakan@REDACTED)2>

/Håkan




More information about the erlang-questions mailing list