单项选择题
修改完/etc/profile文件后,可执行()命令重新载入文件。
	A.source/etc/profile
	B./etc/profile
	C.sh/etc/profile
	D.sh-x/etc/profile
                    
                            点击查看答案&解析
                
                
            相关考题
- 
                                    单项选择题
                                    
 amoeba.xml配置文件中,<propertyname="user">user</property>用于设置()。
 A.登陆amoeba时使用的用户账号 
 B.登陆amoeba的用户账号的密码
 C.登陆后台mysql数据库时使用的用户账号
 D.登陆后台mysql数据库时使用的的密码
- 
                                    单项选择题
                                    
 t_score(stu_id,sub_id,score),即成绩表(学号,科目编号,成绩)。学生如果某科没有考试,则该科成绩录入null。能够获取各位学生的平均成绩的选项是()。
 A.select max(score)fromt_score 
 B.select min(score)fromt_score
 C.select avg(score)fromt_score
 D.select sum(score)fromt_score
- 
                                    单项选择题
                                    
 以下可以成功的创建本地tom用户,密码为“123”的SQL语句是()。
 A.create user tom@’localhost’identified by’123’ 
 B.drop user tom@’localhost’
 C.add user tom@’%’identified by’123456’
 D.alter user tom@’localhost’identified by’123456’
 
             
             
                
            