1.假設(shè)Apache產(chǎn)生的日志文件名為access_log,在apache正在運(yùn)行時(shí),執(zhí)行命令mv access_log access_log.bak,執(zhí)行完后,請問新的apache的日志會(huì)打印到哪里,為什么?
2.在Shell環(huán)境下,如何查看遠(yuǎn)程Linux系統(tǒng)運(yùn)行了多少時(shí)間?
3.處理以下文件內(nèi)容,將域名取出并進(jìn)行計(jì)數(shù)排序,如處理:
http://www.baidu.com/index.html
http://www.baidu.com/1.html
http://post.baidu.com/index.html
http://mp3.baidu.com/index.html
http://www.baidu.com/3.html
http://post.baidu.com/2.html
得到如下結(jié)果:
域名的出現(xiàn)的次數(shù) 域名
3 www.baidu.com
2 post.baidu.com
1 mp3.baidu.com
可以使用bash/perl/php/c任意一種
4.如果得到隨機(jī)的字串,長度和字串中出現(xiàn)的字符表可定義,并將字串倒序顯示,如 把0123456789作為基準(zhǔn)的字串字符表,產(chǎn)生一個(gè)6位的字串642031,打印出的字串為 130246,可使用bash/perl/php/c任意一種.
5.如何查看當(dāng)前Linux系統(tǒng)的狀態(tài),如CPU使用,內(nèi)存使用,負(fù)載情況等.
6.你在大學(xué)中做的最成功的一件事是什么(不必一定與計(jì)算機(jī)相關(guān))