单项选择题
如何在/home目录下找出120天之前被修改过的文件()
A.find/home-mtime+120
B.find/homde-mtime+120
C.find/home-mtime+1200
D.find/hodme-mtdime+120
点击查看答案
相关考题
-
单项选择题
如何查看占用端口3306的进程()
A.netstat–aon∣findstr“3306”
B.netstat–aon∣findstr“8080”
C.netstat–aon∣findsddstr“8080”
D.netsddtat–aon∣findstr“8080” -
单项选择题
通过apache访问日志access.log统计IP和每个地址访问的次数,按访问量列出前10名()
A.∣uniq- c∣sort -rn∣head -10
B.cat access_log∣awk‘{print $1}’∣u
C.awk‘{print $1}’∣uniq -c∣sort -rn∣head -10
D.cat access_log∣awk‘{print $1}’∣uniq -c∣sort -rn∣head -10 -
单项选择题
查询file1以ccc结尾的行()
A.grep addbc$ file1
B.grep abc$ file1
C.grep ccc$ file1
D.grep adc$ file1
E.grep bc$ file1
