1Z0-100 | All About Top Quality 1Z0-100 braindumps


Q21. You use the chkconfig command to administer one of the services on your Oracle Linux 

system: 

[root@FAROUT ~]# chkconfig vncserver off 

[root@FAROUT ~] # 

No changes have been made to the init script for the service. 

Which two statements are true regarding the effects of Issuing this command? 

A. The vncserver service is shut down. 

B. The vncserver service configuration is disabled only for those run levels for which it is currently enabled. 

C. The vncserver service configuration is disabled for run levels 2, 3, 4 and 5. 

D. The vncserver service remains in the same state it was in before the command was issued. 

E. The vncserver service configuration is disabled for run levels 3 and 5 only. 

Answer: C,D 

Explanation: http://www.oracle-base.com/articles/linux/configuring-vnc-server-on-linux.php 

Q22. Which three actions may be performed using the date command in Oracle Linux? 

A. Setting the hardware clock from the current system time 

B. Setting the system time from the hardware clock 

C. Displaying the current time in an administrator-specified format 

D. Displaying the time and date in the future 

E. Displaying the time and date in the past 

F. Synchronizing the system time from an ntp server 

Answer: C,D,E 

Q23. Examine the commands and output when trying to start OSWatcher Black Box. 

Identify two recommended solutions to this problem. 

A. Edit the startOSWbb.sh script to specify your proffered shell, ensuring that it is started in POSIX compliance mode. 

B. Install ksh on the system, if not currently installed. 

C. Create a Symbolic link /usr/bin/ksh that points to /bin/bash. 

D. Ensure that ksh is accessible with the path /usr/bin/ksh. Create a symbolic link if necessary. 

E. Create a shell alias called /usr/bin/ksh that expands to /bin/bash. 

Answer: B,D 

Q24. Examine the output shown: 

[root@FAROUT fs] # rpm –qa | grep preinstall Oracle-rdbms-server-11gR2-preinstall-1.0-6.e16.x86_64 

[root@FAROUT fs] # rpm –q1 oracle-rdbms-server-11gR2-preinstall-1.0-6.e16.x86_64 /etc/rc.d/init.d/oracle-rdbms-server-11gR2-preinstall-firstboot /etc/sysconfig/Oracle-rdbms-server-11gR2-preinstall-verify 

/etc/sysconfig/oracle-rdbms-server-11gR2-preinstall/Oracle-rdbms-server-11gR2-preinstall.param 

/usr/bin/oracle-rdbms-server-11gR2-preinstall-verify 

Which three statements are true about oracle-rdbms-server-11gR2-preinstall-1.0-6.e16.x86_64 rpm? 

A. It is a new name for oracle-validated package from Oracle Linux 5 that sets parameters to the same values. 

B. It creates the oracle user if not already created, which owns the Grid Infrastructure software should that get installed. 

C. It creates the grid user if not already created which owns the grid infrastructure software should that get installed. 

D. It modifies kernel parameters in /etc/sysctl.conf. 

E. It runs at the first boot after installing the packages to set a parameter indicating that is has run once. 

F. It modifies parameters in the /etc/sysconfig/network-scripts directly. 

G. It creates the osoper group, if not already created. 

Answer: A,B,D 

Q25. What is the purpose of setting ONPARENT = no in an Interface configuration file located in /etc/sysconfig/network-scripts? 

A. To prevent a network interface from being brought up during system startup 

B. To prevent a slave network interface from being brought up during system startup 

C. To prevent an alias network interface from being brought up during system startup 

D. To prevent a master network interface from being brought up during system startup 

Answer:

Explanation: The ONBOOT directive tells the network initialization scripts not to start a given interface. 

If you need to stop a virtual interface from starting when the network interfaces are initialized, you need to set ONPARENT instead of ONBOOT to no. 

Explanation: Keep IP Aliases from Starting at Boot 

Q26. Which type of nameserver is provided by the default bind configuration files on Oracle Linux? 

A. A primary name server 

B. A secondary name server 

C. Recursive caching-only nameserver 

D. An authoritative name server 

E. Slave name server 

Answer:

Q27. You want sendmail to deliver mail for these users: 

John.smith@acme.comto mailbox jsmith1 

John.smith@foo.comto mailbox jsmith2 

John.smith@bar.comto mailbox jsmith3 

In which sendmail configuration database can this requirement be defined? 

A. /etc/aliases 

B. /etc/mail/userdb 

C. /etc/mail/virtusertable 

D. /etc/mail/domaintable 

E. /etc/mail/genericstable 

Answer:

Explanation: /etc/mail/virtusertable 

This database file maps mail addresses for virtual domains and users to real mailboxes. 

These mailboxes can be local, remote, aliases defined in /etc/mail/aliases, or files. This 

allows multiple virtual domains to be hosted on one machine. 

The following example demonstrates how to create custom entries using that format: 

root@example.com root 

postmaster@example.com postmaster@noc.example.net 

@example.com joe 

Q28. Which three compression programs can tar use to natively filter an archive? 

A. Zip 

B. Bzip2 

C. Gzip 

D. Xz 

E. Cpio 

Answer: B,C,D 

Q29. Examine the UserDir directives in this extract from /etc/httpd/conf/httpd.conf: 

<IfModule mod_userdir.c> 

UserDirenabled user1 

UserDirdisabled user1 

UserDirpublic_html 

</IfModule> 

The web server URL is http://host01. 

A website server URL is http://host01. 

A user attempts to access user1’s webpages using this URL: 

httpd:/host01/~user1 

Which statement describes the outcome? 

A. The occurrence user1 in the list of disabled users causes an access denied error to the website contained in user1’1 public_html subdirecroty, overriding the enabled directive. 

B. The occurrence of user1 in the list of enabled users allows access to the website contained in user1’s public_html subdirectory, overriding the disabled directive. 

C. The configuration produces an error upon web server startup, because the enabled and disabled directive conflict. 

D. Access is guaranteed because the UserDir public_html directive applies default access to all local users on the system, overriding the enabled of disabled directive. 

Answer:

Q30. Which three statements are true about administering user accounts and groups for an Oracle Linux server in preparation for installing the Oracle Database server? 

A. The Oracle software owner must be a Linux user called oracle. 

B. The Oracle software owner must not be the root user. 

C. The owner of the Oracle httpd daemon process must be the Linux user called nobody. 

D. A Linux user who is a member of the OSDBA group may start an Oracle database instance. 

E. The /etc/sudoers file must specify that the Oracle software owner be allowed to run commands as root. 

F. The OINSTALL group owns the Oracle Inventory. 

Answer: B,D,F