易搜题 > 资格证大类 > 计算机编程 > 问题详情
问题详情

A System p administrator wishes to create a template file to monitor performance. Having found a template from January,  how can the administrator create a July template without destroying the original January version ()

A、vi jan.template :%s/Jan/Jul/g :w jul.template :q!

B、cat jan.template sed s:Jan:Jul: > jan.template

C、vi jan.template :1,$ replace Jan Jul [Esc] ZZ

D、vi jan.template :w jul.template :1,$ s/Jan/Jul/g :q!

未找到的试题在搜索页框底部可快速提交,在会员中心"提交的题"查看可解决状态。 收藏该题
查看答案

相关问题推荐

  • Which of the following is an invalid subnet mask?()

    A、255.0.0.0

    B、255.256.255.0

    C、255.255.255.255

    D、255.255.00

  • Which of the following components of a laptop is NOT upgradeable?()

    A、Ethernet LAN card

    B、Motherboard

    C、Hard disk

    D、RAM

  • Which three statements describe how the strict SQL mode provides added security?()

    A

    It rejects statements that try to insert out-of-range values

    B

    It rejects invalid dates

    C

    It limits the operations that the server can perform

    D

    It rejects queries that produce out-of-range values

    E

    It rejects dates with zero day or month values

  • How many individual archive-log destination directories are supported by Oracle Database11g?()

    A、7 

    B、1 

    C、10 

    D、11 

    E、21

  • User A issues the command: LOCK TABLES pets READ; Which command can User B execute against the pets table?()

    A、UPDATE pets…

    B、SELECT….FROM pets

    C、INSERT INTO pets…

    D、ALTER TABLE pets…

联系客服 会员中心
TOP