小编Sla*_*098的帖子

我如何解释配置文件的内容

检查~/.bash_profile节目内容:

codio@data-burma:~$ cat ~/.bash_profile
if [ -f ~/.bashrc ]; then
  . ~/.bashrc
fi

cd /home/codio/workspace
codio@data-burma:~$
Run Code Online (Sandbox Code Playgroud)

所有这些代码.bash_profile是什么意思?

bash .profile

3
推荐指数
1
解决办法
1921
查看次数

标签 统计

.profile ×1

bash ×1