更多“An operator needs to change from”相关问题
  • 第1题:

    An operator needs to change from the /usr/bin to the /var/spool directory. Which of the following commands will accomplish this?()

    A. cd /var/spool

    B. lcd /var/spool

    C. cd /usr/bin /var/spool

    D. lcd /usr/bin /var/spool


    参考答案:A

  • 第2题:

    The operator needs to change the /test filesystem in the testvg volume group so that it mounts automatically following a system reboot. Which of the following commands is correct?()

    • A、chvg -a y testvg
    • B、chfs -A yes /test
    • C、mount /test -auto=yes
    • D、chlv -a automount=y testlv

    正确答案:B

  • 第3题:

    A technician needs to change an existing drive formatted in FAT32 to a NTFS format, whileretaining the data. Which of the following is the BEST way to make this change?()

    • A、Use Device Manager to disable the drive, then format it as NTFS.
    • B、Use Disk Management to change the format type.
    • C、Use Task Manager to start the CHKNTFS command.
    • D、Run the CONVERT command from the command prompt

    正确答案:D

  • 第4题:

    The operator needs to execute a long-running shell script. How can the script be executed so the operator does not have to wait until it is complete to access the command prompt?()

    • A、./script.ksh
    • B、nohup ./script.ksh
    • C、run -b ./script.ksh
    • D、./script.ksh > nohup.out

    正确答案:A

  • 第5题:

    A system administrator has determined that the /development filesystem needs to be changed from JFS to JFS2 to take advantage of the new capabilites available in JFS2. What is the method to convert the /development filesystem from type JFS to JFS2?()

    • A、Umount the /development filesystem and remount it using the following command: mount -t jfs2 /development
    • B、Edit the /etc/filesystems file to change the type paramter to "jfs2" and change the log parameter to "jfs2log"
    • C、Backup the /development filesystem data, delete the JFS /development filesystem, create the new JFS2 /development filsystem, and restore the data to the /development filesystem
    • D、Backup the /development filesystem data, change the /development filesystem using the following command,chfs -t type=jfs2 /development.then, restore the data to the /development filesystem

    正确答案:C

  • 第6题:

    An administrator needs to change a system’s run level from level 2 to level 3. What is the appropriate  method to accomplish this()

    • A、Use the reboot command.
    • B、Edit the /etc/reboot file and reboot the system.
    • C、Edit /etc/.init.state file and reboot the system.
    • D、Use the telinit command

    正确答案:D

  • 第7题:

    You have a computer that runs Windows 7. You need to configure the monitor on the computer to turn off after 30 minutes of inactivity. What should you do? ()

    • A、From Personalization,change the theme.
    • B、From Display,change the display settings.
    • C、From Action Center,change the Action Center settings.
    • D、From Power Options,change the current power plan settings.

    正确答案:D

  • 第8题:

    单选题
    Operator needs to remove all leading comments # from shell.script file. Which of the following vi sub-command can achieve this?()
    A

    :r/^#//g

    B

    :1,$ s/^#//g

    C

    :sed s/^#//g

    D

    :sub s/^#//g


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

  • 第9题:

    单选题
    The operator needs to execute a long-running shell script. How can the script be executed so the operator does not have to wait until it is complete to access the command prompt?()
    A

    ./script.ksh

    B

    nohup ./script.ksh

    C

    run -b ./script.ksh

    D

    ./script.ksh > nohup.out


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

  • 第10题:

    单选题
    An operator needs to transfer several files in the same directory using ftp without being prompted. Which of the following ftp subcommands must be used?()
    A

    int put *

    B

    int mput *

    C

    prompt put *

    D

    prompt mput *


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

  • 第11题:

    单选题
    A military member has just returned to the United States from Europe and reports their personaldesktop computer does not work. Which of the following is the MOST logical solution to thisproblem?()
    A

    The computer is unable to work in the US because of EU licensing arrangements

    B

    The power supply needs to be replaced with one rated for 110 watts

    C

    The power supply needs a power inverter to handle the change in cycles

    D

    The power supply voltage needs to be switched to 110 from 220


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

  • 第12题:

    单选题
    A seaman is entitled by law to a release from Foreign Articles when().
    A

    intoxicated

    B

    the vessel is overloaded

    C

    there is a change of home port

    D

    there is a change of Master


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

  • 第13题:

    Which maintenance functions can a GMDSS Radio Operator perform ________.

    A.The Operator can make fine internal adjustments to the transmitter as long as the output power does not change by more than one percent

    B.The Operator is responsible for ensuring that INMARSAT antennas are free of built-up soot and clear of obstacles

    C.All levels of maintenance must be performed by a licensed GMDSS Radio Maintainer

    D.The Operator may install an EPROM in order to ensure that the equipment continues to operate within legal constraints


    正确答案:B

  • 第14题:

    A user has changed their password using the passwd command, and notices that the change is only made tothe local node. When the administrator changes the user’s password from the command line using the passwd command thechange is made cluster-wide. What is the most likely cause of this problem?()

    • A、The user has a UID less than 200
    • B、The user has been defined as an administrative user
    • C、The file /usr/es/sbin/cluster/clpasswd is not executable by the user
    • D、The user needs explicit authorization to change their password cluster-wide

    正确答案:D

  • 第15题:

    A military member has just returned to the United States from Europe and reports their personaldesktop computer does not work. Which of the following is the MOST logical solution to thisproblem?()

    • A、The computer is unable to work in the US because of EU licensing arrangements
    • B、The power supply needs to be replaced with one rated for 110 watts
    • C、The power supply needs a power inverter to handle the change in cycles
    • D、The power supply voltage needs to be switched to 110 from 220

    正确答案:D

  • 第16题:

    An Operator is in /var/tmp and needs to go to /var/adm. Which of the following is correct?()

    • A、cd /adm
    • B、cd ./adm
    • C、cd ../adm
    • D、cd /../adm

    正确答案:C

  • 第17题:

    Operator needs to remove all leading comments # from shell.script file. Which of the following vi sub-command can achieve this?()

    • A、:r/^#//g
    • B、:1,$ s/^#//g
    • C、:sed s/^#//g
    • D、:sub s/^#//g

    正确答案:D

  • 第18题:

    Which of the following options is not available from the Store menu in WebSphere Commerce Accelerator?()

    • A、Open/Close
    • B、Change Profile
    • C、Change Flow
    • D、Change Name
    • E、Change Tax

    正确答案:D

  • 第19题:

    单选题
    With time going on, _____.
    A

    a luxury may change into a need which most people want to get

    B

    the basic needs are getting smaller and smaller

    C

    a luxury and the basic needs can be exchanged

    D

    the basic needs can be changed into a luxury


    正确答案: C
    解析:
    推理题。最后一段首句指出“But as time goes on, what we think of as our basic needs changes.”在不同的时代,人们的基本需要是不一样的,几十年前的奢侈品几十年后也许就成了普通物品了。

  • 第20题:

    单选题
    An operator needs to change from the /usr/bin to the /var/spool directory. Which of the following commands will accomplish this?()
    A

    cd /var/spool

    B

    lcd /var/spool

    C

    cd /usr/bin /var/spool

    D

    lcd /usr/bin /var/spool


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

  • 第21题:

    单选题
    A system administrator has determined that the /development filesystem needs to be changed from JFS to JFS2 to take advantage of the new capabilites available in JFS2. What is the method to convert the /development filesystem from type JFS to JFS2?()
    A

    Umount the /development filesystem and remount it using the following command: mount -t jfs2 /development

    B

    Edit the /etc/filesystems file to change the type paramter to jfs2 and change the log parameter to jfs2log

    C

    Backup the /development filesystem data, delete the JFS /development filesystem, create the new JFS2 /development filsystem, and restore the data to the /development filesystem

    D

    Backup the /development filesystem data, change the /development filesystem using the following command,chfs -t type=jfs2 /development.then, restore the data to the /development filesystem


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

  • 第22题:

    单选题
    The heat required to change a substance from a liquid to a gas without experiencing a temperature change is defined as the latent heat of ().
    A

    fusion

    B

    vaporization

    C

    sublimation

    D

    condensation


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

  • 第23题:

    单选题
    An administrator is supporting an AIX 6.1 LPAR remotely and needs a tape operator to plug a cable into an Ethernet adapter. The tape operator does not have POWER6 595 knowledge.  What can the administrator do to assist the tape operator to locate the correct adapter?()
    A

    Advise the tape operator to review the hardware service guide.

    B

    Use the diag command to set the Ethernet adapter slot LED to flash.

    C

    Advise the tape operator to check the WWN stickers of all Ethernet adapter in the I/O drawers.

    D

    Create a login account for tape operator on the HMC and advise the tape operator to locate the adapter using the GUI step by step.


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

  • 第24题:

    单选题
    Remote control means that the system is being controlled by the operator who is situated () from the system.
    A

    automatic

    B

    local

    C

    remote

    D

    manual


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