登录/
注册
题库分类
下载APP
帮助中心
首页
考试
搜题
APP
当前位置:
首页
>
查试题
>
命令“grep&39;root&39;/var/log/secure”的作用是()
单选题
命令“grep&39;root&39;/var/log/secure”的作用是()
A. 在/var/log/ secure文件中搜索并显示带有字符串“root”
B. 在/var/log/ secure目录下搜索 owner为 root的文件
C. 将/var/log/ secure文件的owner设置为 root
D. 以root用户的权限打开并显示/var/log/ secure文件的内容
查看答案
该试题由用户199****34提供
查看答案人数:15399
如遇到问题请
联系客服
正确答案
该试题由用户199****34提供
查看答案人数:15400
如遇到问题请
联系客服
搜索
相关试题
换一换
单选题
命令“grep&39;root&39;/var/log/secure”的作用是()
A.在/var/log/ secure文件中搜索并显示带有字符串“root” B.在/var/log/ secure目录下搜索 owner为 root的文件 C.将/var/log/ secure文件的owner设置为 root D.以root用户的权限打开并显示/var/log/ secure文件的内容
答案
单选题
You have table 'apps','userdata' on server that uses MyISAM storage engine. You want to transfer this data to server but use InnoDB engine instead. You execute the following commands: ServerB commands: Shell> mysqldump –u root –h server –no-data apps userdata | mysql –u root –p apps Shell> mysql –u root –p –h server –e 'ALTER TABLE 'apps','userdata' ENGINE=InnoDB;' Shell> mysqldump –u root –p –h server –no-create-info –order-by-primary apps userdata | mysql –u root –p apps What effect does the – order-by-primary argument have on the mysqldump command?()
A.It exports tables with the most indexes first to assist with import speeds B.It ensures that unique indexes have no conflicts when the data is dumped C.It orders by primary key to assist in speeding up importing to InnoDB tables D.It must be specified so index data is dumped correctly when –on-create-info is used
答案
单选题
You have table 'apps','userdata' on server that uses MyISAM storage engine. You want to transfer this data to server but use InnoDB engine instead. You execute the following commands: ServerB commands: Shell> mysqldump –u root –h server –no-data apps userdata | mysql –u root –p apps Shell> mysql –u root –p –h server –e 'ALTER TABLE 'apps','userdata' ENGINE=InnoDB;' Shell> mysqldump –u root –p –h server –no-create-info –order-by-primary apps userdata | mysql –u root –p apps What effect does the – order-by-primary argument have on the mysqldump command?()
A.It exports tables with the most indexes first to assist with import speeds B.It ensures that unique indexes have no conflicts when the data is dumped C.It orders by primary key to assist in speeding up importing to InnoDB tables D.It must be specified so index data is dumped correctly when –on-create-info is used
答案
单选题
运行命令print(&39;3&39;,&39;+&39;,&39;3&39;)后的运行结果是?()
A.6 B.33 C.3+3 D.3+3
答案
单选题
执行以下命令之后,dic的值是dic={&39;小张&39;:95,&39;木子&39;:85,&39;小虎&39;:80,&39;陈怡&39;:75,&39;朝朝&39;:66}dic[&39;倩倩&39;]=88deldic[&39;木子&39;]()
A.{小张: 95, 木子: 85, 小虎: 80, 陈怡: 75, 朝朝: 66, 倩倩: 88} B.{小张: 95, 小虎: 80, 陈怡: 75, 朝朝: 66} C.{小张: 95, 小虎: 80, 陈怡: 75, 朝朝: 66, 倩倩: 88} D.以上都不是
答案
单选题
执行以下命令之后,dic的值是什么?dic={&39;1&39;:95,&39;2&39;:85,&39;3&39;:80,&39;4&39;:75,&39;5&39;:66}dic[&39;6&39;]=88()
A.{1: 95, 2: 85, 3: 80, 4: 75, 5: 66} B.{1: 95, 2: 85, 3: 80, 4: 75, 5: 66, 6,88} C.{1: 95, 2: 85, 3: 80, 4: 75, 5: 66, 6: 88} D.以上都不是
答案
判断题
在Word中,&39;复制&39;和&39;剪切&39;命令只有在选定对象才可以使用()
答案
单选题
You install a copy of Mysql 5.6.13 on a brand new Linux server by using RPM packages. The server starts successfully as verified by the following commands: $ pidof mysqld 3132 $tail – n2 /var/lib.mysql/hostname.err 2013-08-18 08:18:38 3132 [Note] /usr/sbin/mysqld:ready for connections. Version: '5.6.13-enterprise-commercial-advaced' socket:'/tmp/mysql.sock' port; 3306 Mysql Enterprise Server – Advanced Edition (Commercial) You attempt to log in as the root user with the following command: $mysql – u root ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO) Which statement is true about this scenario?()
A.The RPM installation script sets a default password of password for new installations B.The local root user must log in with a blank password initially: mysql –u root –p C.New security measures mean that the mysql_secure_installation script must be run first on all new installations D.The mysql_install_bd post-installation script used – random-password
答案
单选题
在对文本进行各种编辑和操作时,OffiC2000文档中,提供了一个非常有用的&39;撤消&39;命令。执行&39;撤消&39;命令可以撤消操作()
A.所有指令 B.部分指令 C.上一次 D.下一次
答案
单选题
运行命令input(&39;11&39;),从键盘输入66后,返回值是?()
A.66 B.66 C.11 D.11
答案
热门试题
在grep命令中,有*这个通配符。()
Review the definition of the phone_list view. CHEATE OR REPLACE ALGORITHM=MERGE DEFINER= 'root'@localhost' SQL SECURITY DEFINER VIEW 'phone_list' AS SELECT e . id as id 'e . first_name AS 'first_name' 'e . last_name AS 'last_name' 'coalesce ( ph1.phone_no, ' – ') AS 'office_no' 'coalesce (ph2 .phone_no, ' – ') AS 'cell_no' FROM employees e LEFT JOIN employee_phone ph1 ON ph1.emp_id = e.id AND ph1.type = 'office' LEFT JOIN employee_phone ph2 ON ph2 .emp_id = e.id AND ph2 .type = 'mobile' The tables employees and employee_phone are InnoDB tables; all columns are used in this view. The contents of the phone_list view are as follows: Mysql> select * from phone_list; 1 row in set (0.00 sec) Which method can you use to change the cell_no value to '555-8888' for John Doe?()
Review the definition of the phone_list view. CHEATE OR REPLACE ALGORITHM=MERGE DEFINER= 'root'@localhost' SQL SECURITY DEFINER VIEW 'phone_list' AS SELECT e . id as id 'e . first_name AS 'first_name' 'e . last_name AS 'last_name' 'coalesce ( ph1.phone_no, ' – ') AS 'office_no' 'coalesce (ph2 .phone_no, ' – ') AS 'cell_no' FROM employees e LEFT JOIN employee_phone ph1 ON ph1.emp_id = e.id AND ph1.type = 'office' LEFT JOIN employee_phone ph2 ON ph2 .emp_id = e.id AND ph2 .type = 'mobile' The tables employees and employee_phone are InnoDB tables; all columns are used in this view. The contents of the phone_list view are as follows: Mysql> select * from phone_list; 1 row in set (0.00 sec) Which method can you use to change the cell_no value to '555-8888' for John Doe?()
如下是深圳各区2月份的房价fangjia={&39;2月&39;:{&39;福田&39;:71560,&39;罗湖&39;:54936,&39;南山&39;:81692,&39;宝安&39;:56976,&39;盐田&39;:54585,&39;龙华&39;:53894,&39;龙岗&39;:41460,&39;光明&39;:37766,&39;大鹏&39;
运行命令y=input(&39;11&39;),从键盘输入1后,x的值是?()
给出以下定义:charx[]=abcdefg;chary[]={&39;a&39;,&39;b&39;,&39;c&39;,&39;d&39;,&39;e&39;,&39;f&39;,&39;g&39;};则正确的叙述为()
下列段的输出结果是。int n=&39;c&39;;switch(){default:printf();break;case &39;a&39;:case &39;A&39;:case &39;b&39;:case &39;B&39;:printf();break;case &39;c&39;:case &39;C&39;:printf();case &39;d&39;:case &39;D&39
运行下面程序段的输出结果是__.chars1[10]={&39;S&39;,&39;e&39;,&39;t&39;,&39;&39;,&39;u&39;,&39;p&39;,&39;&39;};printf(%s,s1)()
若有说明charc[7]={&39;s&39;,&39;t&39;,&39;r&39;,&39;i&39;,&39;n&39;,&39;g&39;};则对元素的非法引用是()
若有说明:charc[10]={&39;E&39;,&39;a&39;,&39;s&39;,&39;t&39;,&39;&39;};,则下述说法中正确的是()
有一个二叉搜索树用来存储字符&39;A&39;,&39;B&39;,&39;C&39;,&39;E&39;,&39;D&39;,&39;F&39;,&39;G&39;,&39;H&39;,下面哪个结果是后序树遍历结果?()
给出以下定义:char a[ ]="123456";char b[ ]={&39;1&39;,&39;2&39;,&39;3&39;,&39;4&39;,&39;5&39;,&39;6&39;,’则正确的叙述为__
x={&39;A&39;:1,&39;B&39;:2,&39;C&39;:3,&39;D&39;:4}dic1[&39;C&39;]的结果是?()
有如下定义:charstr[6]={&39;h&39;,&39;i&39;,&39;&39;,&39;T&39;,&39;o&39;,&39;m&39;};则语句:printf(%s,str);的输出结果是()
文档样本集x1=[‘stop&39;,&39;posting&39;,&39;stupid&39;],x2=[&39;quit&39;,&39;buying&39;],它们形成无重复列表是x=[‘stop&39;,&39;posting&39;,&39;stupid&39;,‘quit&39;,&39;buying&39;&39;],按照该列表可以把x1,x2转
关于grep命令,下列说法中正确的是()
命令“grep’error’/var/log/messages”的作用是()
关于“grep-v”命令,说法正确的是()。
关于grep命令,下列说法中错误的是()
dic1={&39;A&39;:10,&39;B&39;:20,&39;C&39;:30,&39;D&39;:40}dic1[&39;C&39;]的结果是?()
购买搜题卡
会员须知
|
联系客服
免费查看答案
购买搜题卡
会员须知
|
联系客服
关注公众号,回复验证码
享30次免费查看答案
微信扫码关注 立即领取
恭喜获得奖励,快去免费查看答案吧~
去查看答案
全站题库适用,可用于E考试网网站及系列App
只用于搜题看答案,不支持试卷、题库练习 ,下载APP还可体验拍照搜题和语音搜索
支付方式
首次登录享
免费查看答案
20
次
微信扫码登录
账号登录
短信登录
使用微信扫一扫登录
获取验证码
立即登录
我已阅读并同意《用户协议》
免费注册
新用户使用手机号登录直接完成注册
忘记密码
登录成功
首次登录已为您完成账号注册,
可在
【个人中心】
修改密码或在登录时选择忘记密码
账号登录默认密码:
手机号后六位
我知道了
APP
下载
手机浏览器 扫码下载
关注
公众号
微信扫码关注
微信
小程序
微信扫码关注
领取
资料
微信扫码添加老师微信
TOP