System Grab Bag

View all TLDR pages from common (or from all pages)

couchdb

Command-line interface for Apache CouchDB database server. More information: https://couchdb.apache.org.
  • Start CouchDB:
    couchdb
  • Start CouchDB interactive shell:
    couchdb -i
  • Start CouchDB as a background process:
    couchdb -b
  • Kill the background process (Note: It will respawn if needed):
    couchdb -k
  • Shutdown the background process:
    couchdb -d

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.