网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)
在计算机A上,通过NFS把计算机B上的/usr/lib挂接到A的/usr/lib需要执行()。

A.connect B:/usr/lib/usr/lib

B.ln B:/usr/lib/usr/lib

C.mount B:/usr/lib/usr/lib

D.mount A:/usr/lib B:/usr/lib


参考答案

更多 “ 在计算机A上,通过NFS把计算机B上的/usr/lib挂接到A的/usr/lib需要执行()。 A.connect B:/usr/lib/usr/libB.ln B:/usr/lib/usr/libC.mount B:/usr/lib/usr/libD.mount A:/usr/lib B:/usr/lib ” 相关考题
考题 AUNIXusernamedBobwantstoreplacehischessprogramwithanewone,butheishotsurewheretheoldoneisinstalled.BobiscurrentlyabletorunaJavachessprogramstartingfromhishomedirectory/home/bobusingthecommand:java-classpath/test:/home/bob/downloads/*.jargames.ChessBob?sCLASSPATHisset(atlogintime)to:/usr/lib:/home/bob/classes:/opt/java/lib:/opt/java/lib/*.jarWhatisapossiblelocationfortheChess.classfile?()A./test/Chess.classB./home/bob/Chess.classC./test/games/Chess.classD./usr/lib/games/Chess.classE./home/bob/games/Chess.classF.insidejarfile/opt/java/lib/Games.jar(withacorrectmanifest)G.insidejarfile/home/bob/downloads/Games.jar(withacorrectmanifest)

考题 Whichofthesecommandsallowsyoutousesharedlibrariesthatarein/usr/local/lib?() A.exportLD_PRELOAD=/usr/local/libB.exportLD_LIBRARY_PATH=/usr/local/libC.Idconfig/usr/local/libD.Idd/usr/local/lib

考题 Asystemadministratorwouldliketomodifythesystemdefaultusercharacteristicssothateachnewuserwillnowbeassigned(bydefault)thecshshellratherthanthekshshell.Whichofthefollowingactionsshouldbeperformed?() A.Runthecommandchlogin-shellcshB.Runthecommandmkuser-defaultSHELL=cshC.Edit/etc/passwdandchangeallkshentriestocshD.Modifythecontentsof/usr/lib/security/mkuser.defaultfile

考题 Whichofthefollowingcommandsshouldbeusedtowatchsystemerrorsastheyarelogged?() A.errpt-cB.tail-f/var/adm/ras/errlogC.syslogd-dD./usr/lib/errdemon-s8192

考题 Howwouldthesystemadministratorfindinformationregardingsmitmenudefinitions?() A.UseODMcommandsB.UseLVMcommandsC.Inthe/etc/environmentfileD.Inthe/usr/lib/smit/menu.cfgfile

考题 WhichofthefollowingisTRUEabouterrorprocessing?() A.Theerrordaemonrunsintheforegroundandreadsthe/etc/errptfile.B.Theerrordaemonisinvokedbytheuserwhenrequiredanditreadsthe/usr/lib/errpt.C.Theerrordaemonisinvokedwhenevertheerroroccursanditreadsthe/usr/lib/errpt.D.Theerrordaemon/usr/lib/errdemonrunsinthebackgroundonmostmachinesandreadsthe/dev/errorspecialfile.

考题 HowwouldanAIXadministratorfindinformationregardingsmitmenudefinitions() A.UseODMcommandsB.Inthe/smit.logfileC.Inthe/etc/environmentfileD.Inthe/usr/lib/smit/menu.cfgfile

考题 AUNIXusernamedBobwantstoreplacehischessprogramwithanewone,butheisnotsurewheretheoldoneisinstalled.BobiscurrentlyabletorunaJavachessprogramstartingfromhishomedirectory/home/bobusingthecommand:java-classpath/test:/home/bob/downloads/*.jargames.ChessBob’sCLASSPATHisset(atlogintime)to:/usr/lib:/home/bob/classes:/opt/java/lib:/opt/java/lib/*.jarWhatisapossiblelocationfortheChess.classfile?()A./test/Chess.classB./home/bob/Chess.classC./test/games/Chess.classD./usr/lib/games/Chess.classE./home/bob/games/Chess.class

考题 可加载模块一般位于系统的()目录下 A./lib/modulesB./lib/modules/x.y.z(x.y.z是内核的版本号)C./usr/libD./usr/local/lib

考题 在计算机A上,通过NFS把计算机B上的/usr/lib挂接到A的/usr/lib需要执行()。A、connect B:/usr/lib/usr/libB、ln B:/usr/lib/usr/libC、mount B:/usr/lib/usr/libD、mount A:/usr/lib B:/usr/lib

考题 下面的那类系统文件可以被不同的Linux发行版通过NFS进行共享()。A、/usrB、/usr/binC、/usr/shareD、/usr/lib

考题 可加载模块一般位于系统的()目录下A、/lib/modulesB、/lib/modules/x.y.z(x.y.z是内核的版本号)C、/usr/libD、/usr/local/lib

考题 Which of these commands allows you to use shared libraries that are in /usr/local/lib?()A、 export LD_PRELOAD=/usr/local/libB、 export LD_LIBRARY_PATH=/usr/local/libC、 Idconfig /usr/local/libD、 Idd/usr/local/lib

考题 A system administrator issued the errpt command and had no results. The system administrator determined that error logging was turned off. Which of the following commands should be used to start logging system errors?()A、/usr/bin/errmsgB、/usr/lib/errdemonC、/usr/lib/errloggerD、/usr/bin/errinstall

考题 Which command will check the errorlog size?()A、lssrc -s errordB、errorlog -histsizeC、/usr/lib/errdemon -lD、ls -l /var/adm/ras/errlog

考题 Which of the following commands should be used to watch system errors as they are logged?()A、 errpt -cB、 tail -f /var/adm/ras/errlogC、 syslogd -dD、 /usr/lib/errdemon -s 8192

考题 A UNIX user named Bob wants to replace his chess program with a new one, but he is not sure where theold one is installed.  Bob is currently able to run a Java chess program starting from his home directory /home/bob using thecommand: java -classpath /test:/home/bob/downloads/*.jar games. Chess Bob’s CLASSPATH is set (at login time) to: /usr/lib:/home/bob/classes:/opt/java/lib:/opt/java/lib/*.jar What is a possible location for the Chess.class file?()A、/test/Chess.classB、/home/bob/Chess.classC、/test/games/Chess.classD、/usr/lib/games/Chess.classE、/home/bob/games/Chess.class

考题 Which of the following is TRUE about error processing?()A、The error daemon runs in the foreground and reads the /etc/errpt file. B、The error daemon is invoked by the user when required and it reads the /usr/lib/errpt. C、The error daemon is invoked whenever the error occurs and it reads the /usr/lib/errpt. D、The error daemon /usr/lib/errdemon runs in the background on most machines and reads the /dev/error special file.

考题 单选题A system administrator issued the errpt command and had no results. The system administrator determined that error logging was turned off. Which of the following commands should be used to start logging system errors?()A /usr/bin/errmsgB /usr/lib/errdemonC /usr/lib/errloggerD /usr/bin/errinstall

考题 单选题Which of these commands allows you to use shared libraries that are in /usr/local/lib?()A  export LD_PRELOAD=/usr/local/libB  export LD_LIBRARY_PATH=/usr/local/libC  Idconfig /usr/local/libD  Idd/usr/local/lib

考题 单选题Which command will check the errorlog size?()A lssrc -s errordB errorlog -histsizeC /usr/lib/errdemon -lD ls -l /var/adm/ras/errlog

考题 单选题A UNIX user named Bob wants to replace his chess program with a new one,but he is hot sure where the old one is in stalled.Bob is currently able to run a Java chess program starting from his home directory/home/bobusingthecommand: java-classpath/test:/home/bob/downloads/*.jargames.ChessBob’sCLASSPATHisset(atlogintime)to: /usr/lib:/home/bob/classes:/opt/java/lib:/opt/java/lib/*.jar What is a possible location for the Chess.class file?()A /test/Chess.classB /home/bob/Chess.classC /test/games/Chess.classD /usr/lib/games/Chess.classE /home/bob/games/Chess.classF inside jarfile/opt/java/lib/Games.jar(withacorrectmanifest)G inside jarfile/home/bob/downloads/Games.jar(withacorrectmanifest)

考题 单选题下面的那类系统文件可以被不同的Linux发行版通过NFS进行共享()。A /usrB /usr/binC /usr/shareD /usr/lib

考题 单选题Which of the following is TRUE about error processing?()A The error daemon runs in the foreground and reads the /etc/errpt file. B The error daemon is invoked by the user when required and it reads the /usr/lib/errpt. C The error daemon is invoked whenever the error occurs and it reads the /usr/lib/errpt. D The error daemon /usr/lib/errdemon runs in the background on most machines and reads the /dev/error special file.

考题 单选题在计算机A上,通过NFS把计算机B上的/usr/lib挂接到A的/usr/lib需要执行()。A connect B:/usr/lib/usr/libB ln B:/usr/lib/usr/libC mount B:/usr/lib/usr/libD mount A:/usr/lib B:/usr/lib

考题 单选题如果在Apache服务器中需要使用/usr/local/lib/icons/下的gif文件,那么最简单的方法()。A 在httpD.conf文件中使用符号链接B 在httpD.conf文件中添加Alias/image/usr/local/lib/iconsC 在httpD.conf文件中使用重定向D 在$DOCUMENT_ROOT下创建一个image目录,然后将文件复制到此目录下

考题 单选题可加载模块一般位于系统的()目录下A /lib/modulesB /lib/modules/x.y.z(x.y.z是内核的版本号)C /usr/libD /usr/local/lib