Exam2pass
0 items Sign In or Register
  • Home
  • IT Exams
  • Guarantee
  • FAQs
  • Reviews
  • Contact Us
  • Demo
Exam2pass > Oracle > Oracle Certifications > 1Z0-460 > 1Z0-460 Online Practice Questions and Answers

1Z0-460 Online Practice Questions and Answers

Questions 4

Which two statements describe the capabilities used with the Unbreakable Enterprise Kernel?

A. Existing Red Hat Enterprise Linux 5 and 6 customers need to reinstall Oracle Linux to use the Unbreakable Enterprise Kernel.

B. The Unbreakable Enterprise kernel is the default kernel starting with Oracle Linux 5.6.

C. The Unbreakable Enterprise kernel is required when using multithreaded CPUs.

D. Oracle Clusterware, OCFS2, and the Enterprise Manager pack for Linux support are included with Oracle Linux Basic and Premier support.

E. Switching between the Red Hat Compatible kernel and the Unbreakable Enterprise kernel is simple process of changing kernels and glibc.

Buy Now

Correct Answer: DE

*

Commercial technical support is available through Oracle's Oracle Linux Support program, which supports Oracle Linux, and existing RHEL or CentOS installations (i.e. without reinstallation).

Note:

*

The Unbreakable Enterprise Kernel Release 2 is Oracle's second major release of its heavily tested and optimized operating system kernel for Oracle Linux 5 and Oracle Linux 6. Unbreakable Enterprise Kernel Release 2 is based on the mainline Linux kernel version 3.0.16 and boasts a wide range of new features and improvements relevant for enterprise workloads.

Incorrect:

Not A, not B: Unbreakable Enterprise Kernel Release 2 can be installed on Oracle Linux 5 Update 8 or

newer, as well as on Oracle Linux 6 Update 2 or newer.

Questions 5

Examine the following commands: # groupadd project # mkdir /usr/share/project # chown R root.project /usr/share/project # qpasswd a scott project # qpasswd a foo project # chmod 2775 /usr/share/project

Based on the commands, which statement is correct?

A. Any new file created in the /usr/share/project folder by user scott will not be possible for foo to modify it.

B. All members of the project group need the administrator's help to change the file permission every time users write new files in the /usr/share/project folder.

C. Files created by all members of the project group in the /usr/share/project folder will get the same group permission as the folder itself.

D. The chmod command can only take a tree-digit argument.

Buy Now

Correct Answer: A

* A permission of "2755" for a directory means that everyone has read and execute permission, while the

file owner and members of the file's group additionally have write permission. And any files or

subdirectories created in that directory will inherit the parent directory's group id.

Incorrect:

Not D: chmod 2775 is a valid command.

Questions 6

Which three statements describe the Unbreakable Enterprise Kernel (UEK)?

A. The UEK contains proprietary Linux Kernel enhancements only available to Oracle Linux.

B. The UEK is available for x86 (32 bit), x86-64 (64 bit), ARM 32 bit, and ARM 64 bit servers.

C. Existing applications run unchanged with the UEK in place because all system libraries remain unchanged.

D. The UEK has more recent kernel enhancements for features like power management than the Red Hat Compatible Kernel.

E. The UEK has ASMlib included by default.

Buy Now

Correct Answer: ACE

A: The Unbreakable Enterprise Kernel Release 2 is Oracle's second major release of its heavily tested and optimized operating system kernel for Oracle Linux 5 and Oracle Linux 6.

C: Oracle claims that the Unbreakable Enterprise Kernel is compatible with RHEL, and Oracle middleware and third-party RHEL-certified applications can be installed and run unchanged on Unbreakable Enterprise Kernel.

E: Oracle ASMlib is included by default

Incorrect:

Not B: Unbreakable Enterprise Kernel is available for x86-64 servers.

Questions 7

You have executed the following commands as the root user:

# find /home | cpio o H tar F root@HostA: /dev/nst0 - - rsh command = /usr/bin/ssh

What is the purpose of issuing this command?

A. To archive the contents of the /home directory in the tar format to a remote host system's tape drive device /dev/nst0

B. To archive the contents of the /home directory in the cpio format to a remote host system's tape device /dev/nst0

C. To archive the contents of the /home directory in the cpio and tar formats to a remote system's tape drive device /dev/nst0

D. To extract the contents of the /home directory from the tape drive device /dev/nst0

Buy Now

Correct Answer: A

Note:

*

The cpio command is one of standard Unix backup utilities. It stands for "copy in/out." It is much less well known and more rarely used Unix utility in comparison with tar.

*

The cpio command is one of standard Unix backup utilities. It stands for "copy in/out." It is much less well known and more rarely used Unix utility in comparison with tar.

* -H format. Here tar

Questions 8

Your Oracle Linux system has two network interfaces eth0 and eth1. You have to change the netmask and the IP address of the eth1 network interface. Which configuration file would you edit to make these changes?

A. /proc/net/ifcg-eth1

B. /etc/sysconfig/network-scripts/eth1

C. /etc/sysconfig/network/ifcg-eth1

D. /etc/sysconfig/network-scripts/ifcfg-eth1

Buy Now

Correct Answer: D

The "/etc/sysconfig/network-scripts/ifcfg-eth0" file holds the network configuration for the "eth0" adapter. If you have multiple network adapters, you would expect additional configuration files (eth1, eth2 etc.).

Note:

* The "/etc/sysconfig/network" file holds top-level networking configuration, including the hostname and gateway settings.

Questions 9

You have to collect information about your Oracle Linux 6 system, such as hardware configuration, installed software packages, configuration, and operational state send it to Oracle Support. Which tool will help you gather this information for sending it to Oracle Support?

A. sosreport

B. iostat

C. kdump

D. strace

E. systemstat

Buy Now

Correct Answer: A

sosreport - Generate debugging information for this system

sosreport generates a compressed tarball of debugging information for the system it is run on that can be sent to technical support reps that will give them a more complete view of the overall system status.

Incorrect: Not B: The iostat command is used for monitoring system input/output device loading by observing the time the devices are active in relation to their average transfer rates. The iostat command generates reports that can be used to change system configuration to better balance the input/output load between physical disks.

Not C: kdump.conf is a configuration file for the kdump kernel crash collection service.

kdump.conf provides post-kexec instructions to the kdump kernel. It is stored in the initrd file managed by the kdump service. If you change this file and do not want to restart before it takes effect, restart the kdump service to rebuild to initrd. Not D: strace - trace system calls and signals

Questions 10

Your 32-bit i686 architecture system in registered with the Oracle Unbreakable Linux Network. RPM package example -1 .0.0-1 is already installed and the application is used constantly. You want to download the latest version of the example RPM package. You do not want to install the package until you have coordinated with the program's current users. Which option will allow you to download until you have coordinated with the program's current users. Which option will allow you to download the latest version of the RPM package, but not install it?

A. # rpm Uvh http://linix.oracle.com/rpms/i686/example-1.0.1-1.i686.rpm

B. # yum no-update example

C. # yumdownloader example

D. # yum get example-1.0.1

Buy Now

Correct Answer: C

yumdownloader is a program for downloading RPMs from Yum repositories.

Synopsis

yumdownloader [options] package1 [package2...]

Note:

* yum - Yellowdog Updater Modified yum is an interactive, rpm based, package manager. It can automatically perform system updates, including dependency analysis and obsolete processing based on "repository" metadata. It can also perform installation of new packages, removal of old packages and perform queries on the installed and/or available packages among many other commands/services (see below). yum is similar to other high level package managers like apt-get and smart.

Questions 11

Examine the output of the yum.conf configuration file from o Oracle Linux 6 server.

What does the "installonly_limit=3" option mean?

A. Only three users can use the yum command simultaneously to install package on Oracle Linux 6 server.

B. Only three Linux packages can be installed in one invocation of the yum command.

C. Only three repository channels can be used for installing Linux packages.

D. Only three versions of packages listed in installonlypkgs can be installed simultaneously.

Buy Now

Correct Answer: D

installonly_limit

Number of packages listed in installonlypkgs to keep installed at the same time. Setting to 0 disables this feature. Default is '3'. Note that this functionality used to be in the "installonlyn" plugin, where this option was altered via. tokeep. Note that as of version 3.2.24, yum will now look in the yumdb for a installonly attribute on installed packages. If that attribute is "keep", then they will never be removed.

Reference: yum.conf

Questions 12

What are the two benefits of configuring network interface bonding?

A. aggregating two or more Network Interfaces (NICs) to act as one logical interface

B. creating a static address that is bound to one NIC

C. providing either failover or load-balancing to two or more Network Interfaces (NICs)

D. binding a network interface to the embedded firewall (IPTables) for port filtering

Buy Now

Correct Answer: AC

Network bonding refers to the combination of network interfaces on one host for redundancy and/or increased throughput.

Questions 13

You found a message on a public discussion forum mentioning a Vulnerability (for example, CVE-20065794), which could affect some versions of OpenSSH in Linux distribution. Identify the command that would allow you to see whether this CVE has been applied.

A. rpm q changelog openssh | grep 5794

B. yum listcvew openssh

C. rpm -qa | grep openssh | grep 5794

D. yum sec -list cves

Buy Now

Correct Answer: A

*

The command rpm -q --changelog rpm displays a detailed list of information (updates, configuration, modifications, etc.) about a specific package. This example shows information about the package rpm. However, only the last five change entries in the RPM database are listed. All entries (dating back the last two years) are included in the package itself. This query only works if CD 1 is mounted at /media/cdrom:

rpm -qp --changelog /media/cdrom/suse/i586/rpm-3*.rpm

*

Is the patch RPM suitable for my system?

To check this, first query the installed version of the package. For pine, this can be done with

rpm -q pine pine-4.44-188

Incorrect: not C:

* qa stands for "Query All"

Assuming you are attempting to find out if you have the Very Secure FTP Daemon installed, you want:

rpm -qa | grep vsftp

rpm -qa will show you all installed RPMs, piping it through grep will limit the list to RPMs containing the

string "vsftp".

Exam Code: 1Z0-460
Exam Name: Oracle Linux 6 Implementation Essentials
Last Update: Jun 13, 2025
Questions: 71

PDF (Q&A)

$45.99
ADD TO CART

VCE

$49.99
ADD TO CART

PDF + VCE

$59.99
ADD TO CART

Exam2Pass----The Most Reliable Exam Preparation Assistance

There are tens of thousands of certification exam dumps provided on the internet. And how to choose the most reliable one among them is the first problem one certification candidate should face. Exam2Pass provide a shot cut to pass the exam and get the certification. If you need help on any questions or any Exam2Pass exam PDF and VCE simulators, customer support team is ready to help at any time when required.

Home | Guarantee & Policy |  Privacy & Policy |  Terms & Conditions |  How to buy |  FAQs |  About Us |  Contact Us |  Demo |  Reviews

2025 Copyright @ exam2pass.com All trademarks are the property of their respective vendors. We are not associated with any of them.