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

题目内容 (请给出正确答案)

Where are files queued for transmission when using the configuration archive transfer-on- commit function?()

  • A、/var/config
  • B、/var/queue
  • C、/var/transfer/queue
  • D、/var/transfer/config

参考答案

更多 “Where are files queued for transmission when using the configuration archive transfer-on- commit function?()A、/var/configB、/var/queueC、/var/transfer/queueD、/var/transfer/config” 相关考题
考题 Using the command, user@router load override latest.conf, where in the file system will the latest.conf be located?() A. /var/home/user/B. /var/config/saved/C. /var/tmp/D. /config/

考题 You have just issued the command user@router save current.conf.Assuming the default settings, where in the file system is current.conf saved?() A. /var/tmp/B. /var/config/saved/C. /var/home/user/D. /config/

考题 To which directory does the Junos OS write traceoptions files?() A. /var/tmp/B. /var/C. /var/log/D. /var/home/username/

考题 Where are files queued for transmission when using the configuration archive transfer-on- commit function?() A./var/configB./var/queueC./var/transfer/queueD./var/transfer/config

考题 以下程序的输出结果是( )。 Dim var1 Dim var2 Dim var3 var1 = "Hello" var2 = "World !" var3 = var1" "var2 var1 = 10 var2 = 20 MsgBox var1 + var2A.Hello World! 30B.30C.102D.Hello World!

考题 以下哪段代码不能正确创建函数show()?()A、function show(text){ alert(text); }B、var showFun = function show(text){ alert(text); }C、var showFun = function(text){ alert(text); }D、var showFun =new function("text" , "alert(text)"};

考题 Using the command, user@router# load override latest.conf, where in the file system will the latest.conf be located?()A、/var/home/user/B、/var/config/saved/C、/var/tmp/D、/config/

考题 An AIX system administrator has setup disk quotas.  Where can the reports be found on the system?()A、/var/adm/acct/sum B、/var/adm/ras C、/usr/sbin/acct D、/var/adm/wtmp

考题 Given the following script, why does the output come out as an empty line instead of "dog"()#!/bin/ksh  $VAR=dog  echo "${VAR}"A、The $VAR variable was not exported.B、The $VAR should have been set as VAR.C、dog needs double quotes around it when setting $VAR.D、The { } should not be around VAR in the echo command.

考题 Where is the sendmail.pid file kept?()A、/B、/var/adm/rasC、/var/spool/mailD、/etc

考题 Where is the su log located?()A、 /var B、 /var/adm C、 /var/perf D、 /var/spool

考题 Where do the BOS ODM files reside?()A、/etc/odmB、/usr/lpp/odmC、/var/bosinfoD、/etc/objrepos

考题 An administrator received a call from a user whose PC crashed while using vi to edit a file. The user wants the edited file back. Where should the administrator look for the file()A、/tmpB、/var/preserveC、/var/tmp/$USERD、$HOME/.vi

考题 You have just issued the command user@router# save current.conf.Assuming the default settings, where in the file system is current.conf saved?()A、/var/tmp/B、/var/config/saved/C、/var/home/user/D、/config/

考题 How do you write the current candidate configuration to the permanent storage media?()A、[edit] user@router# save /var/tmp/current.confB、[edit] user@router# write /var/tmp/current.confC、[edit] user@router# commit /var/tmp/current.confD、[edit] user@router# dump /var/tmp/current.conf

考题 To which directory does the Junos OS write traceoptions files?()A、/var/tmp/B、/var/C、/var/log/D、/var/home/username/

考题 单选题Given the following script, why does the output come out as an empty line instead of "dog"()#!/bin/ksh  $VAR=dog  echo "${VAR}"A The $VAR variable was not exported.B The $VAR should have been set as VAR.C dog needs double quotes around it when setting $VAR.D The { } should not be around VAR in the echo command.

考题 单选题Where is the sendmail.pid file kept?()A /B /var/adm/rasC /var/spool/mailD /etc

考题 单选题Where do the BOS ODM files reside?()A /etc/odmB /usr/lpp/odmC /var/bosinfoD /etc/objrepos

考题 单选题How do you write the current candidate configuration to the permanent storage media?()A [edit] user@router# save /var/tmp/current.confB [edit] user@router# write /var/tmp/current.confC [edit] user@router# commit /var/tmp/current.confD [edit] user@router# dump /var/tmp/current.conf

考题 单选题An AIX system administrator has setup disk quotas.  Where can the reports be found on the system?()A /var/adm/acct/sum B /var/adm/ras C /usr/sbin/acct D /var/adm/wtmp

考题 单选题Where are files queued for transmission when using the configuration archive transfer-on- commit function?()A /var/configB /var/queueC /var/transfer/queueD /var/transfer/config

考题 单选题You have just issued the command user@router# save current.conf.Assuming the default settings, where in the file system is current.conf saved?()A /var/tmp/B /var/config/saved/C /var/home/user/D /config/

考题 单选题Using the command user@router# load override lastest.conf where in the file system will the lastest.conf be located?()A /var/home/userB /var/config/save0/C /var/tmpD /config

考题 单选题Where is the rsh log located?()A  /var/spool B  /var/perf C  /var D  /var/adm

考题 单选题To which directory does the Junos OS write traceoptions files?()A /var/tmp/B /var/C /var/log/D /var/home/username/

考题 ( 难度:中等)下列哪种是正定义javascript 方法的正确方式A.var funName = function(){}B.function funName (){}C.var funName = new function(){}D.var funName = new Function("x,y",".alert(x+y)");