/home/my2410/.bashrc内容如下:
# .bashrc
# Source global definitions
if [ -f /etc/bashrc ]; then
. /etc/bashrc
fi
# User specific aliases and functions
.~/env_sh
重新启动后显示:
bash: .~/env_sh: Permission denied
[my2410@Lanry xjli]$
有两个问题: 1,为什么环境变量脚本不能执行? 2: 用户名已经变成my2410, 工作目录为什么还在xjli?