zoukankan      html  css  js  c++  java
  • 更新完 zsh 说我目录权限问题的解决

    问题

    Last login: Mon May 28 13:35:31 on ttys001
    You have mail.
    [oh-my-zsh] Insecure completion-dependent directories detected:
    drwxrwxrwx 7 hans admin 238 2 9 10:13 /usr/local/share/zsh
    drwxrwxrwx 6 hans admin 204 10 1 2017 /usr/local/share/zsh/site-functions

    [oh-my-zsh] For safety, we will not load completions from these directories until
    [oh-my-zsh] you fix their permissions and ownership and restart zsh.
    [oh-my-zsh] See the above list for directories with group or other writability.

    [oh-my-zsh] To fix your permissions you can do so by disabling
    [oh-my-zsh] the write permission of "group" and "others" and making sure that the
    [oh-my-zsh] owner of these directories is either root or your current user.
    [oh-my-zsh] The following command may help:
    [oh-my-zsh] compaudit | xargs chmod g-w,o-w

    [oh-my-zsh] If the above didn't help or you want to skip the verification of
    [oh-my-zsh] insecure directories you can set the variable ZSH_DISABLE_COMPFIX to
    [oh-my-zsh] "true" before oh-my-zsh is sourced in your zshrc file.

    然后发现有类似问题

    https://github.com/robbyrussell/oh-my-zsh/issues/6835

    解决方法

    chmod 755 /usr/local/share/zsh
    chmod 755 /usr/local/share/zsh/site-functions


    作者:会煮咖啡的猫咪
    链接:https://www.jianshu.com/p/03bcc3e2930e
    来源:简书
    著作权归作者所有。商业转载请联系作者获得授权,非商业转载请注明出处。

  • 相关阅读:
    波形相加
    2003-2011电赛题目
    个人课程总结
    程序员的修炼之道:从小工到专家阅读笔记03
    程序员修炼之道:从小工到专家阅读笔记02
    计算最长英语单词链
    学习进度十五
    程序员修炼之道:从小工到专家阅读笔记01
    学习进度十四
    用户体验评价
  • 原文地址:https://www.cnblogs.com/zhishaofei/p/12627367.html
Copyright © 2011-2022 走看看