table of contents
other versions
- bookworm 1:25.2.3+dfsg-1
- testing 1:25.3.2.12+dfsg-3
- unstable 1:25.3.2.12+dfsg-3
- experimental 1:27.0.1+dfsg-3
to_erl(1) | USER COMMANDS | to_erl(1) |
NAME¶
to_erl - Attach to a running Erlang runtime system, started with run_erl
DESCRIPTION¶
This program is used to attach to a running Erlang runtime system, started with run_erl.
USAGE¶
to_erl [pipe_name | pipe_dir]
To disconnect it from the Erlang shell without exiting the Erlang system, type Ctrl-D.
The to_erl program arguments are:
- pipe_name:
- Name of the pipe where to attach. It defaults to /tmp/erlang.pipe.N.
- pipe_dir:
- Directory name where to search for the named pipe to attach. It defaults to /tmp.
SEE ALSO¶
erts 5.9.3 | Ericsson AB |