码迷,mamicode.com
首页 > 系统相关 > 详细

Mac系统home目录权限修改【转载】

时间:2017-05-19 22:25:29      阅读:3266      评论:0      收藏:0      [点我收藏+]

标签:修改   test   use   电脑   stat   开头   date   ati   程序   

转载自:http://ju.outofmemory.cn/entry/283070

最近,想把某程序安装到mac下的/home目录下面,发现没有权限,即便是使用sudo命令也无法创建程序目录,在网上查询了半天发现可以通过如下方法来提升mac下/home目录的权限。 

编译/etc/auto_master文件,注释掉或者移除以/home开头的那一行,保存。


sudo vim /etc/auto_master

注释掉 /home 哪一行,如下所示:

#
# Automounter master map
#
+auto_master            # Use directory service
/net                    -hosts          -nobrowse,hidefromfinder,nosuid
#/home                  auto_home       -nobrowse,hidefromfinder
/Network/Servers        -fstab
/-                      -static

保存,为了使其生效,需要执行如下命令(若失败则重启电脑)


sudo automount -vc

出现如下信息,则表示修改/home目录权限成功


automount: /net updated
automount: /home unmounted

现在进入/home目录,执行:


sudo mkdir test 

test目录 即为你想要在/home下创建的目录。

Mac系统home目录权限修改【转载】

标签:修改   test   use   电脑   stat   开头   date   ati   程序   

原文地址:http://www.cnblogs.com/Mrendy/p/6880213.html

(0)
(1)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!