Linux登录式shell使用的bash配置文件包括以下哪些?()
A./etc/profile.local
B./etc/profile-
C./etc/profile.d/
D.-/.profile
A./etc/profile.local
B./etc/profile-
C./etc/profile.d/
D.-/.profile
第1题
A.~/.bashrc
B./etc/bash.bashrc
C./etc/bash.d/
D./etc/bash.bashrc.local
第2题
A.~/.profile
B./etc/profil
C.local
D./etc/profil
E.d/
F.F./etc/profile
第3题
A.自动为用户创建家目录/home/user1
B.设置其登录shell为/bin/bash
C.自动创建名为user1的用户组
D.自动设置其默认密码
第6题
A.grep ' /sbin/nologin$'/etc/passwd
B.grep ' /bin/bash$'/etc/passwd
C.grep ' ^/bin/bash'/etc/passwd
D.grep ' ^/sbin/nologin'/etc/passwd
第7题
A.grep ' ^/bin/bash'/etc/passwd
B.grep ' /bin/bash$'/etc/passwd
C.grep ' $/bin/bash'/etc/passwd
D.grep -v ' /bin/bash$'/etc/passwd
第9题
A.~/.bash_login-->~/.profile-->~/.bash_profile-->/etc/profile
B.~/.bash_profile-->/etc/profile-->~/.profile-->~/.bash_login
C./etc/profile-->~/.bash_profile-->~/.profile-->~/.bash_login
D./etc/profile-->~/.bash_profile-->~/.bash_login-->~/.profile
第10题
A.可以在/etc/porfile里面设置对所有用户生效,永久
B.在用户家目录下的.bash_profile文件中添加变量对单一用户生效,临时生效
C.可以使用export定义,只对当前shell生效,永久有效
D.以上说法都不对