[{pid,1923},
{running_applications,
[{rabbit,"RabbitMQ","3.6.10"},
{ranch,"Socket acceptor pool for TCP protocols.","1.3.0"},
{ssl,"Erlang/OTP SSL application","8.2.3"},
{public_key,"Public key infrastructure","1.5.2"},
{asn1,"The Erlang ASN1 compiler version 5.0.4","5.0.4"},
{rabbit_common,
"Modules shared by rabbitmq-server and rabbitmq-erlang-client",
"3.6.10"},
{xmerl,"XML parser","1.3.16"},
{crypto,"CRYPTO","4.2"},
{compiler,"ERTS CXC 138 10","7.1.4"},
{os_mon,"CPO CXC 138 46","2.4.4"},
{mnesia,"MNESIA CXC 138 12","4.15.3"},
{syntax_tools,"Syntax tools","2.1.4"},
{sasl,"SASL CXC 138 11","3.1.1"},
{stdlib,"ERTS CXC 138 10","3.4.3"},
{kernel,"ERTS CXC 138 10","5.4.1"}]},
{os,{unix,linux}},
{erlang_version,
"Erlang/OTP 20 [erts-9.2] [source] [64-bit] [smp:8:8] [ds:8:8:10] [async-threads:128] [kernel-poll:true]\n"},
{memory,
[{total,54629680},
{connection_readers,0},
{connection_writers,0},
{connection_channels,0},
{connection_other,0},
{queue_procs,124504},
{queue_slave_procs,0},
{plugins,0},
{other_proc,19219304},
{mnesia,75072},
{metrics,185056},
{mgmt_db,0},
{msg_index,47328},
{other_ets,1764584},
{binary,115280},
{code,21401226},
{atom,900041},
{other_system,10979533}]},
{alarms,[]},
{listeners,[{clustering,25672,"::"},{amqp,5672,"::"}]},
{vm_memory_high_watermark,0.4},
{vm_memory_limit,6655346278},
{disk_free_limit,50000000},
{disk_free,625349955584},
{file_descriptors,
[{total_limit,65436},
{total_used,2},
{sockets_limit,58890},
{sockets_used,0}]},
{processes,[{limit,1048576},{used,175}]},
{run_queue,0},
{uptime,18907},
{kernel,{net_ticktime,60}}]
I am trying through command line using `rabbitmqctl`.
the command which is used is ( sudo rabbitmqctl set_permissions -p / username "^username-.*" ".*" ".*" )
error:-