更多“单选题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”相关问题
  • 第1题:

    以下程序的输出结果是( )。 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。

  • 第2题:

    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

  • 第3题:

    Where is the sendmail.pid file kept?()

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

    正确答案:D

  • 第4题:

    Where do the BOS ODM files reside?()

    • A、/etc/odm
    • B、/usr/lpp/odm
    • C、/var/bosinfo
    • D、/etc/objrepos

    正确答案:D

  • 第5题:

    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

  • 第6题:

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

    • A、/var/tmp/
    • B、/var/
    • C、/var/log/
    • D、/var/home/<username>/

    正确答案:C

  • 第7题:

    单选题
    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
    解析: 暂无解析

  • 第8题:

    单选题
    Where do the BOS ODM files reside?()
    A

    /etc/odm

    B

    /usr/lpp/odm

    C

    /var/bosinfo

    D

    /etc/objrepos


    正确答案: D
    解析: 暂无解析

  • 第9题:

    单选题
    How do you write the current candidate configuration to the permanent storage media?()
    A

    [edit]   user@router# save /var/tmp/current.conf

    B

    [edit]   user@router# write /var/tmp/current.conf

    C

    [edit]   user@router# commit /var/tmp/current.conf

    D

    [edit]   user@router# dump /var/tmp/current.conf


    正确答案: A
    解析: 暂无解析

  • 第10题:

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


    正确答案: D
    解析: 暂无解析

  • 第11题:

    单选题
    Where is the rsh log located?()
    A

     /var/spool 

    B

     /var/perf 

    C

     /var 

    D

     /var/adm


    正确答案: C
    解析: 暂无解析

  • 第12题:

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


    答案:ABD

  • 第13题:

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

  • 第14题:

    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

  • 第15题:

    Where is the su log located?()

    • A、 /var 
    • B、 /var/adm 
    • C、 /var/perf 
    • D、 /var/spool

    正确答案:B

  • 第16题:

    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、/tmp
    • B、/var/preserve
    • C、/var/tmp/$USER
    • D、$HOME/.vi

    正确答案:B

  • 第17题:

    How do you write the current candidate configuration to the permanent storage media?()

    • A、[edit]   user@router# save /var/tmp/current.conf
    • B、[edit]   user@router# write /var/tmp/current.conf
    • C、[edit]   user@router# commit /var/tmp/current.conf
    • D、[edit]   user@router# dump /var/tmp/current.conf

    正确答案:A

  • 第18题:

    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

  • 第19题:

    单选题
    Where is the sendmail.pid file kept?()
    A

    /

    B

    /var/adm/ras

    C

    /var/spool/mail

    D

    /etc


    正确答案: D
    解析: 暂无解析

  • 第20题:

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

    /tmp

    B

    /var/preserve

    C

    /var/tmp/$USER

    D

    $HOME/.vi


    正确答案: C
    解析: 暂无解析

  • 第21题:

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


    正确答案: B
    解析: 暂无解析

  • 第22题:

    单选题
    Using the command user@router# load override lastest.conf where in the file system will the lastest.conf be located?()
    A

    /var/home/user

    B

    /var/config/save0/

    C

    /var/tmp

    D

    /config


    正确答案: A
    解析: 暂无解析

  • 第23题:

    单选题
    To which directory does the Junos OS write traceoptions files?()
    A

    /var/tmp/

    B

    /var/

    C

    /var/log/

    D

    /var/home/<username>/


    正确答案: A
    解析: 暂无解析