2.1)ThestandardUnixprogramthatprovideson-linedocumentationiscalled中文:提供在线文档的标准的Unix程序被称为BA.helpB.man2.2)TheUnixwhocommandshowsforeachlogged-inuserthe中文:Unix的命令显示每个登录用户的AA.terminalname终端名称B.officeaddress2.3)The-koptionoftheUnixmancommandisusedto中文:Unix的man命令的-k选项是用来BA.killfrozenconnectionsB.searchbykeyword按关键字搜索2.4)ThedatatypeUnixusestorecordloginrecordsiscalleda中文:数据类型的Unix用来记录登录记录,被称为AA.structutmp结构的utmpB.structpwd2.5)Afiledescriptorisavalueoftype中文:文件描述符是一个()类型的值AA.intB.char*2.6)Thereadsystemcallindicatesendoffilebyreturningthevalue中文:read系统调用返回值()表示文件结束BA.-1B.02.7)Recordsintheutmpfileforactiveloginsessionshaveatypeof中文:活跃的登录会话utmp文件中的记录有一个()类型AA.USER_PROCESSB.LOGIN_PROCESS2.8)Openingafileforwriting中文:打开一个书面文件BA.erasesthecontentsofthefileB.setsthecurrentlocationtothestartofthefile设置当前位置到文件的开头2.9)Systemcallsaresaidtobeexpensivebecause中文:系统调用被指代价高由于AA.theyuseCPUtime他们使用的CPU时间B.computercenterschargeafeeforeachsystemcall2.10)Kernelbuffersarestored中文:内核缓冲区存储AA.incomputermemory在计算机内存B.onharddisks2.11)Thelseeksystemcallallowsyouto中文:使用lseek系统调用允许你BA.searchforastringinafileB.changethecurrentread/writeposition改变当前的读/写位置2.12)Unixsystemsrecordtimeasthenumberofsecondssince中文:Unix系统记录()以来的秒数时间BA.January1,1900B.January1,19701970年1月1日起2.13)Itisillegaltolseek中文:在()使用lseek是非法的BA.afterthelastbyteinafileB.beforethefirstbyteinafile在一个文件中的第一个字节之前3.1)YoucanusethelscommandtolistfilesA中文:您可以使用ls命令在()列出文件A.inanydirectorytowhichyouhavereadaccess在任何您具有读取权限的目录B.onlyindirectoriesyouown3.2)Thelscommanddoesnotlistfileswithnamesbeginningwithadotbecause中文:ls命令不会列出以点开头的文件名因为()AA.lsdoesnotlistthem不一一列举B.thekernelassignsthosefilesahiddenattribute3.3)Tryingtousetheopensystemcallonadirectorywillfailif中文:如果()尝试使用目录中的open系统调用将失败AA.youtrytoopenthedirectoryforwriting您尝试打开用于写入的目录B.youarenotthesuperuser3.4)AUnixdirectorycontains中文:一个Unix目录包含BA.namesandsizesoffilesB.namesandinodenumbersoffiles文件的名称和inode号3.5)Thereaddirfunctionreturns中文:readdir函数返回BA.apointertothenameofafileB.apointertoastructdirent一个structdirent的指针3.6)Entriesinadirectoryare中文:目录中的条目BA.sortedbydateoffilecreationB.notsorted没有分类的3.7)Thestatsystemcallcantellyou中文:stat系统可以告诉你()BA.howmanypeoplehaveafileopenB.whoownsafile文件拥有者3.8)Abitmaskisusedfor中文:一个位掩码是用于BA.protectingdatafromotherprocessesB.examiningpartsofanintegervalue研究一个整数值的部分3.9)Thest_ctimeattributeofafileindicates中文:st_ctime文件属性指示BA.thelasttimefilecontentswerechangedB.thelasttimefileattributeswerechanged最后一次更改的文件属性3.10)Theownerofafileisrecordedinastructstatas中文:文件的所有者是作为()记录在一个stat结构里BA.ausernamestringB.auseridnumber用户ID号码3.11)Aprogramwiththesetuseridbitsetwill中文:设置用户ID位设置方案将会()BA.changetheusernameofthepersonrunningtheprogramB.runwiththeeffectiveuseridoftheowneroftheprogram运行程序的所有者的有效用户ID3.12)Thetypeofafilecanbechanged中文:文件类型是可以被()改变的BA.onlybythesuperuserB.bynouser没有用户4.1)Apointertoafileiscalled中文:一个文件指针被称为()BA.aninodeB.alink链接4.2)Thesizeofaninodetabledetermines中文:一个inode表的大小决定()BA.themaximumsizeofafileinthefilesystemB.themaximumnumberoffilesinthefilesystem在文件系统中的文件的最大数量4.3)Thesizeofthedataareaofafilesystemdetermines中文:文件系统的数据区的大小决定了()AA.themaximumspacefilesmayuseforstorage文件的可用于存储的最大空间B.themaximumsizeofafileinthefilesystem4.4)Unixusesindirectblockstostore中文:Unix使用间接块存储AA.listsofblocknumbersofdatablocks列出数据块的块号B.symboliclinks4.5)Thecommandln..parentfailsbecause中文:命令“LN..parent”失败,因为BA...isnotarealdirectoryB.UnixdoesnotallowuserstocreatelinkstodirectoriesUNIX不会允许用户创建目录的链接4.6)TheUnixcommandrmonlydeletesafileonlywhen中文:Unix命令RM只有当()的时候只删除文件BA.thesystemrunsoutoffreeblocksB.thelastlinkisremoved最后环节被移动4.7)Thechdirsystemcallchangesthe中文:CHDIR系统调用改变()AA.currentdirectoryofthecallingprocess调用进程的当前目录B.thenameof.inthecurrentdirectory4.8)Thepwdcommandprintsthe中文:pwd命令打印AA.pathtothecurrentdirectory当前目录的路径B.theinodenumberofthecurrentdirectory4.9)Adirectorymaynotbeusedasamountpointif中文:如果()该目录将不能作为挂载点使用AA.thedirectorydoesnotexist目录不存在B.thedirectoryisnotempty4.10)Unixdoesnotusedrivenamesinpathsbecause中文:Unix的路径中不使用的驱动器名称因为BA.thecolonisalegalcharacterinafilenameB.separatedisksaremountedassubdirectories单独的磁盘作为子目录被安装4.11)Asymboliclinkmaybeusedtorefer中文:符号链接可能被用来指向()BA.onlytofilesonotherfilesystemsB.todirectories目录6.1)Asoftwaretoolexpectstheterminaldrivertobein中文:一个软件工具在()期望启动终端驱动程序BA.canonicalprocessingmodeB.noparticularmode没有特定的模式6.2)Canonicalprocessingmodeincludes中文:规范处理模式包括BA.bufferingandechoingB.bufferingandediting缓冲和编辑6.3)Iftheterminaldriverreceivestheerasekeywhileinnon-canonicalmodeit中文:当在非规范模式如果终端驱动程序接收到擦除命令,它将会()BA.itdiscardsthecharacterB.passesthecharactertotheprogram传递字符到程序6.4)Auserprogrammaylimituserinputto'y'and'n'by中文:用户程序可能会用()限制用户输入'Y'和'N'BA.tellingtheterminaldrivertodiscardallotherkeysB.ignoringallotherkeys忽略所有其他键6.5)Thereadsystemcall,usedonaterminalinnon-blockingmode中文:使用非阻塞模式的终端的read系统调用()AA.returns0ifnocharactersareavailable返回0在如果没有可用的字符的情况下B.returns-1ifnocharactersareavailable6.6)Iftheterminaldriverreceivesakeywhileinnon-blockingmode,it中文:如果终端驱动程序在非阻塞模式下接收到一个命令,它将会()AA.storesthecharacteruntilaprogramcallsread存储字符直到读取一个程序调用B.discar