单项选择题
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–a...
单项选择题如何查看占用端口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.∣uni...
单项选择题通过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$ file1B.grep abc$ file1C....
单项选择题查询file1以ccc结尾的行()
A.grep addbc$ file1 B.grep abc$ file1 C.grep ccc$ file1 D.grep adc$ file1 E.grep bc$ file1