sudo chown -R ${USER}:所在组 /usr/local/xxxx
/etc/profile/etc/paths~/.bash_profile~/.bash_login~/.profile ~/.bashrc
/etc/profile和/etc/paths是系统级别的,系统启动就会加载,后面几个是当前用户级的环境变量。后面3个按照从前往后的顺序读取,如果~/.bash_profile文件存在,则后面的几个文件就会被忽略不读了,如果~/.bash_profile文件不存在,才会以此类推读取后面的文件。~/.bashrc没有上述规则,它是bash shell打开的时候载入的。
/etc/profile
/etc/paths
~/.bash_profile
~/.bashrc
Q: MacOS上.bash_profile不生效问题A: macOS用的终端如果是zsh,执行的是.zshrc文件,不会直接执行.bash_profile文件。
Control+Command+空白键 # 表情选择shift + Command + c 备忘录调整字体颜色Command + TAB # 应用间切换Command + \` # 应用间窗口切换Command + Shift + . # 显示隐藏文件快捷键,注意,此方法适用于macOS Sierra或以上的系统。Command + C/Command + V 拷贝/粘贴Command + C/Command + Option + V 剪切/粘贴Command + T 在访达中建立新tab页Control + Tab 切换访达的tab页fn + delete 删除光标后面一个字符
file -I 文件名.后缀 # 查看文件编码