Linux系统中,对所有用户的变量设置,可放在哪个文件中
A: etc/bashrc.sh
B: etc/profile
C: ~/.bash_profile
D: etc/skel/.bashrc
A: etc/bashrc.sh
B: etc/profile
C: ~/.bash_profile
D: etc/skel/.bashrc
举一反三
- 对所有用户的变量设置,应当放在哪个文件下?() A: /etc/bashrc B: /etc/profile C: ~/.bash_profile D: /etc/skel/.bashrc
- 对所有用户的变量设置,应当放在哪个文件下?(<br/>) A: /etc/bashrc B: /etc/profile C: ~/.bash_profile D: /etc/skel/.bashrc
- 45.bash 会在用户登录时,读取四个环境配置文件。读取顺序是: 1、/etc/profile 2、 ~/.bashrc 3、/etc/bashrc 4、~/.bash_profile
- 下列脚本文件最先自动执行的是() A: /etc/rc.local B: /etc/profile C: ~/.bashrc D: ~/.bash_logout
- Which file can you use to set your own environment? A: ~/.bashrc B: /etc/passwd C: /etc/fstab D: /etc/profile