@puppet007
2018-06-01T08:19:10.000000Z
字数 169
阅读 478
未分类
sudo chmod -R 777 你的文件夹名
在用户目录下建立文件.bash_profile
执行. .bash_profile(前面的点是source的缩写,紧随其后的是一个空格)
alias ll='ls -l'
完成后执行生效命令
source ./.bash_profile
结束