Created
May 11, 2014 14:27
-
-
Save klaemo/d287654447f2bce0b7b5 to your computer and use it in GitHub Desktop.
couchdb permissions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root@24e94f9f65f8:/# ls -l /usr/local/var/lib/ | |
total 4 | |
drwxrwxrwx 2 couchdb couchdb 4096 May 10 14:58 couchdb | |
root@24e94f9f65f8:/# sudo -i -u couchdb couchdb | |
sudo: unable to change directory to /usr/local/var/lib/couchdb: Permission denied | |
root@24e94f9f65f8:/# |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment