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
如果没有搜索结果或未解决您的问题,请直接 联系老师 获取答案。
相似问题和答案

第1题:

To which directory does the Junos OS write traceoptions files?()

A. /var/tmp/

B. /var/

C. /var/log/

D. /var/home/<username>/


参考答案:C

第2题:

以下程序的输出结果是( )。 Dim var1 Dim var2 Dim var3 var1 = "Hello" var2 = "World !" var3 = var1&" "&var2 var1 = 10 var2 = 20 MsgBox var1 + var2

A.Hello World! 30

B.30

C.102

D.Hello World!


正确答案:B
解析:本题考查变体类型和字符串连接符的用法。在程序中首先给变体类型var1和var2,并赋厂字符串值,所以它们的类型是字符串型,然后将两个字符串相连接的结果赋给变量var3。接下来,又给var1和var2赋了整型值,所以它们现在是整型了,这时输出它们相加的值30。

第3题:

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/


参考答案:A

第4题:

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.

正确答案:B

第5题:

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/

正确答案:A

第6题:

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


参考答案:D

第7题:

以下哪段代码不能正确创建函数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)"};

正确答案:D

第8题:

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/


参考答案:C

第9题:

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

正确答案:A

第10题:

Where is the sendmail.pid file kept?()

  • A、/
  • B、/var/adm/ras
  • C、/var/spool/mail
  • D、/etc

正确答案:D

更多相关问题