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

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

如果没有搜索结果或未解决您的问题,请直接 联系老师 获取答案。
相似问题和答案

第1题:

You need to design a method to deploy security configuration settings to servers. What should you do?()

  • A、Run the Resultant Set of Policy wizard with a Windows Management Instrumentation (WMI) filter on each department’s Server OU
  • B、Log on to each server and use local policy to configure and manage the security settings
  • C、Create a customer security template. Log on to a domain controller and run the seceditcommand to import the security template
  • D、Create a customer security template. Create a GPO and import the security template. Link the GPO to each department’s Server OU

正确答案:D

第2题:

A system administrator wants to couple two servers together so that users from server A can access server B without entering their password. How would this be accomplished?()

  • A、employ NIS to synchronize user names and passwords
  • B、create a /.rhosts on server A and serve B
  • C、create a $HOME/.netrc for all users on server A and serve rB
  • D、create a /etc/hosts.equiv on server A and server B

正确答案:D

第3题:

ASystempadministratorwishestocreateatemplatefiletomonitorperformance.HavingfoundatemplatefromJanuary,howcantheadministratorcreateaJulytemplatewithoutdestroyingtheoriginalJanuaryversion()

A.vijan.template:%s/Jan/Jul/g:wjul.template:q!

B.catjan.template seds:Jan:Jul:>jan.template

C.vijan.template:1,$replaceJanJul[Esc]ZZ

D.vijan.template:wjul.template:1,$s/Jan/Jul/g:q!


参考答案:A

第4题:

You have a disk group, DGROUP1, with three disk and NORMAL redundancy. You execute the following command to create a template for the disk group: ALTER DISKGROUP dgroup1 ADD TEMPLATE my_temp ATTRIBUTES (MIRROR FINE);Which statement is true?()

  • A、 When a file is created in DGROUP1 with the template, it would have three-way mirroring.
  • B、 When a file is created in DGROUP1, the MY_TEMP template becomes the default template.
  • C、 When a file is created in DGROUP1 with the template, it would have two-way mirroring and file striping.
  • D、 When a file is created in DGROUP1 with the template, it would have three-way mirroring and file striping.
  • E、 When a file is created in DGROUP1 with the template, it would have two-way mirroring but no file striping.

正确答案:C

第5题:

You want to create a template to be used as a standard for all company reports. What is the easiest way to do this?()

  • A、Open an existing template file, rename it and modify the template objects. 
  • B、Open the report wizard and create a new template. 
  • C、Open the layout model and copy the paste items from the default templates provided in report builder. 
  • D、Templates cannot be modified in release 2.

正确答案:A

第6题:

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!

正确答案:A

第7题:

You completed the development of a new application and want to create a new domain in a new environment for functional testing. You want to have the same settings for your new domain as your old domain, with the option of changing the configuration in the new target environment. Which two actions should you execute?()

  • A、Use the introspect () command in WLST to gather the configuration information from the  original domain.
  • B、Use pack/unpack to transfer the domain from one machine to another.
  • C、Create a domain template from the original domain using the Domain Template Builder and use  the Configuration Wizard to create a new domain from the template.
  • D、Use the Admin Console of the original domain to create a domain template from the original  domain and use the Configuration Wizard to create a new domain from the template.

正确答案:C

第8题:

Management has asked the server technician to deploy fourteen new servers with newly-released operating systems in the virtual environment for testing purposes.  Which of the following is the FASTEST way to do this?()

  • A、Create a template of an existing server and deploy the fourteen images from that server.
  • B、Create a server template, and deploy all fourteen servers from this template.
  • C、Create one server, create a backup image, and restore thirteen servers from the image.
  • D、Create each server individually.

正确答案:B

第9题:

The following command is executed to create the baseline template:   SQL> EXECUTEDBMS_WORKLOAD_REPOSITORY.CREATE_BASELINE_TEMPLATE(START_TIME=> TO_TIESTAMP(SYSDATE+2),  END_TIME=>TO_TIMESTAMP(SYSDATE+10), BASELINE_NAME=>’Mybase4’,  TEMPLATE_NAME=>’Mytemp4’, EXPIRATION=>NULL);   Which statement is true about the effect of the above command?()  

  • A、 It creates a baseline template that never expires.
  • B、 It produces an error because no snapshot information is provided to create the baseline.
  • C、 It creates a baseline template that expires after the Automatic Workload Repository (AWR) retention period.
  • D、 It creates a repeating baseline template that repeats after the Automatic Workload Repository (AWR) retention period.

正确答案:A

第10题:

You are the administrator of a SQL Server 2005 computer named SQL1. You create a security template that disables unnecessary services. The template is appropriate only for SQL1. You need to ensure that the security template is applied to SQL1. Your solution must ensure that the template automatically overrides any manual configuration changes made by other administrators within an hour. What should you do?()

  • A、Use the SQL Server Surface Area Configuration tool to import the security template.
  • B、Use the Local Security Policy editor to import the security template into the Local Security Policy object.
  • C、Configure Task Scheduler to import the security template by using Secedit.exe. Configure the task to run every half hour.
  • D、Configure Task Scheduler to run the Microsoft Baseline Security Analyzer tool every half hour.

正确答案:C

更多相关问题