chown非法组名(Mac OS X) [英] chown illegal group name (mac os x)

查看:932
本文介绍了chown非法组名(Mac OS X)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试在终端中运行以下命令:

I'm trying to run the following command in Terminal:

chown -R couchdb:couchdb /usr/local/var/log/couchdb

但是,我一直收到此消息:

However, I keep getting this message:

chown: couchdb: illegal group name

我正在使用mac osx(山狮),并且安装了命令行工具.我确实对UNIX不太了解,但是我一直在搜索非法的组名错误,并且没有发现任何有帮助的信息.我在俯视什么?您认为可能有帮助的任何其他资源也将不胜感激.

I am using mac osx (mountain lion) and I have command line tools installed. I really don't know very much about unix, but I've been googling the illegal group name error and haven't turned up anything that would help. What am I overlooking? Any additional resources you think might be helpful also appreciated.

推荐答案

illegal group name实际上意味着您要指定的组(冒号后的couchdb –第一个couchdb是用户)不"不存在.您需要创建组,停止指定组或指定存在的组.

illegal group name actually means that the group you're specifying (the couchdb after the colon -- the first couchdb is the user) doesn't exist. You need to either create the group, stop specifying a group, or specify a group that exists.

这篇关于chown非法组名(Mac OS X)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆