728x90
zsh에서 compinit 모드를 설정하는 방법
zsh compinit: insecure directories, run compaudit for list.
(zsh compinit: 안전하지 않은 디렉토리, 목록에 대한 compaudit 실행)
source ~/.zshrc
$ source ~/.zshrc
zsh compinit: insecure directories, run compaudit for list.
Ignore insecure directories and continue [y] or abort compinit [n]?
안전하지 않은 디렉토리 목록
compaudit
$ compaudit
There are insecure directories:
/opt/homebrew/share
권한 변경(소유권 변경)
compaudit | xargs chmod g-w
$ compaudit | xargs chmod g-w
There are insecure directories:
재확인 - 이제 경고가 사라졌습니다
compaudit
source ~/.zshrc
728x90
'기타' 카테고리의 다른 글
[url] 우분투 맨페이지 저장(Ubuntu Manpage Repository) (0) | 2023.02.03 |
---|---|
[mac] vscode 파이썬 가상환경 설정하기(python virtualenv) (0) | 2023.01.05 |
[프로그래밍] python selenium 1 (0) | 2023.01.04 |
[url] 무료 아이콘 사이트 (0) | 2023.01.02 |
[url] Web 온라인 자습서(w3big) (0) | 2022.12.29 |