手册页部分 1: 用户命令

退出打印视图

更新时间: 2014 年 7 月
 
 

start (1)

名称

start - OTP start script example for Unix

用法概要

Please see following description for synopsis

描述




User Commands                                            start(1)



NAME
     start - OTP start script example for Unix

DESCRIPTION
     This describes the start script that is an example script on
     how to startup the Erlang system in embedded mode on Unix.

     You can read more about  the  use  in  the  Embedded  System
     User's Guide.

EXPORTS
     start [ data_file ]

          In the example there is one argument

            data_file:
              Optional,  specifies  what  start_erl.data  file to
              use.

          There is also an environment variable RELDIR  that  can
          be  set  prior  to  calling  this  example that set the
          directory where to find the release files.


ATTRIBUTES
     See  attributes(5)  for  descriptions   of   the   following
     attributes:

     +---------------+------------------+
     |ATTRIBUTE TYPE | ATTRIBUTE VALUE  |
     +---------------+------------------+
     |Availability   | runtime/erlang   |
     +---------------+------------------+
     |Stability      | Uncommitted      |
     +---------------+------------------+
SEE ALSO
     run_erl(1), start_erl(1)


NOTES
     This   software   was   built   from   source  available  at
     https://java.net/projects/solaris-userland.   The   original
     community       source       was       downloaded       from
     http://www.erlang.org/download/otp_src_R15B03-1.tar.gz

     Further information about this software can be found on  the
     open source community website at http://www.erlang.org/.








Ericsson AB         Last change: erts 5.9.3.1                   1