单选题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

单选题
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


参考解析

解析: 暂无解析

相关考题:

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/

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/

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

单选题Given the following script, why does the output come out as an empty line instead of "dog"()#!/bin/ksh  $VAR=dog  echo "${VAR}"AThe $VAR variable was not exported.BThe $VAR should have been set as VAR.Cdog needs double quotes around it when setting $VAR.DThe { } 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

单选题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

单选题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

单选题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)");