I run Ubuntu, and If i type the following in a terminal, I start a new instance of memcached, right?
# memcached -vv
How can I target the the current instance of memcached in terminal? It would help me to see the very-verbose mode on my already running instance.
Thanks