Bootstrap FreeKB - RabbitMQ - Determine Erlang version on Linux
RabbitMQ - Determine Erlang version on Linux

Updated:   |  RabbitMQ articles

The following command can be used to display the version of Erlang installed on your RabbitMQ system running on Linux.

~]# erl -eval '{ok, Version} = file:read_file(filename:join([code:root_dir(), "releases", erlang:system_info(otp_release), "OTP_VERSION"])), io:fwrite(Version), halt().' -noshell
23.3.4.4

 




Did you find this article helpful?

If so, consider buying me a coffee over at Buy Me A Coffee



Comments


Add a Comment


Please enter bcf82b in the box below so that we can be sure you are a human.