在计算机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

在计算机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


相关考题:

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?()Alssrc -s errordBerrorlog -histsizeC/usr/lib/errdemon -lDls -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.classFinside jarfile/opt/java/lib/Games.jar(withacorrectmanifest)Ginside 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?()AThe error daemon runs in the foreground and reads the /etc/errpt file. BThe error daemon is invoked by the user when required and it reads the /usr/lib/errpt. CThe error daemon is invoked whenever the error occurs and it reads the /usr/lib/errpt. DThe 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需要执行()。Aconnect B:/usr/lib/usr/libBln B:/usr/lib/usr/libCmount B:/usr/lib/usr/libDmount 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