In Ubuntu, when I am up in "/" folder I type:
sudo find . -name .erlang.cookie and the result is:
./var/lib/rabbitmq/.erlang.cookie Then, when I am on the folder /var/lib/rabbitmq and I type ls, I see one file named mnesia.
When I type the find command again, I see
./.erlang.cookie -- what does that mean?