McAfee Secure sites help keep you safe from identity theft, credit card fraud, spyware, spam, viruses and online scams
My Cart (0)  

Oracle Other Oracle Certification 1z0-105

1z0-105

Exam Code: 1z0-105

Exam Name: Oracle Linux 6 Advanced System Administration

Updated: Sep 06, 2026

Q&A Number: 97 Q&As

1z0-105 Free Demo download

PDF Version Demo PC Test Engine Online Test Engine

Already choose to buy "PDF"

Price: $59.99 

About Oracle 1z0-105 Exam Braindumps

Not sure a study set is what you need? Download the free 1z0-105 demo from Getcertkey and review a sample of the Oracle Linux 6 Advanced System Administration practice questions before you spend anything — the 2026 edition is ready to try today.

Oracle 1z0-105 Exam Overview:

Certification Vendor:Oracle
Exam Name:Oracle Linux 6 Advanced System Administration
Exam Number:1Z0-105
Related Certifications:Oracle Linux System Administration
Oracle Linux Certification Track
Exam Format:Multiple Choice, Multiple Response
Exam Duration:120 minutes
Available Languages:English
Recommended Training:Oracle University Training
Exam Registration:Oracle Certification Registration
Sample Questions:Free Download 1z0-105 Demo
Exam Way:Computer-based exam delivered through Oracle testing centers or online proctored delivery (availability may vary by region).
Pre Condition:Basic knowledge of Linux system administration and Oracle Linux 6 fundamentals is recommended.
Official Syllabus URL:https://education.oracle.com/

Oracle 1z0-105 Exam Syllabus Topics:

SectionObjectives
Topic 1: System Administration and Maintenance- User and group management
- System logging and monitoring
- Process and service management
Topic 2: System Installation and Configuration- Oracle Linux 6 installation and boot process
- System initialization and runlevels (systemd/sysvinit concepts in OL6 context)
Topic 3: Security and Access Control- Authentication and sudo configuration
- File permissions and ownership
- SELinux configuration and troubleshooting
Topic 4: File Systems and Storage Management- Logical Volume Manager (LVM)
- Mounting, fstab configuration, and storage troubleshooting
- Disk partitioning and file system creation
Topic 5: Package and Software Management- RPM package management
- YUM repository configuration and management
Topic 6: Networking Configuration and Services- Network service troubleshooting
- Network interface configuration
- DNS, routing, and hostname configuration

Oracle Linux 6 Advanced System Administration Exam FAQ: What Candidates Ask Most

What is the Oracle 1z0-105 exam?

The 1z0-105 exam is the official Oracle exam behind the Oracle Linux 6 Advanced System Administration certification, validating the skills measured by the Oracle Linux 6 Advanced System Administration credential. It sits at the Professional level of the Oracle certification program. It also connects to Oracle Linux System Administration, Oracle Linux Certification Track, so the knowledge you build here carries over to those tracks as well.

Are there any prerequisites for the 1z0-105 exam?

Basic knowledge of Linux system administration and Oracle Linux 6 fundamentals is recommended. Requirements can change when Oracle revises its certification program, so confirm the current eligibility rules on the official exam page before you register.

How do I register for the 1z0-105 exam?

You can book the Oracle Linux 6 Advanced System Administration exam through the official registration channels below:

As for delivery, the exam is offered in the following format: Computer-based exam delivered through Oracle testing centers or online proctored delivery (availability may vary by region).. Choose the option that suits you best when you book your seat.

What official training is recommended for the 1z0-105 exam?

Oracle recommends the following training resources for the Oracle Linux 6 Advanced System Administration exam:

Official courses build the foundation; the 97 practice questions from Getcertkey then show you how that knowledge is examined, so the two work best together.

Can I try the 1z0-105 practice questions before I buy?

Yes. Getcertkey provides a free 1z0-105 PDF demo so you can review the question style and answer quality before purchasing. Every purchase also includes 365 days of free updates — if Oracle revises the exam during that period, the updated material reaches you at no cost. Once the free-update year ends, you can extend your update service at a 50% discount.

What if I fail the 1z0-105 exam, and how is my order delivered?

Every Oracle Linux 6 Advanced System Administration purchase on Getcertkey is covered by a 100% money-back guarantee with clear conditions: if you take the corresponding exam within 60 days of your purchase and do not pass, you can claim a full refund by submitting a scanned copy of your exam enrollment slip and your official score report as a PDF within two days of the exam date; claims are processed within seven days of submission. The guarantee does not apply to exams taken within three days of purchase, to material that was downloaded but never used in an exam attempt, or to free products and expired orders, and the candidate name must match the payer name. If you would rather not take a refund, you can instead exchange your purchase for two free exam preparation products of equal value and keep the update service on your original product.

Delivery is instant: your download is sent to your email within one minute of payment, with no limit on how many computers you may install the material on. If nothing arrives within two hours, check your spam folder and contact customer service for help.

What topics are covered in the 1z0-105 exam?

The Oracle Linux 6 Advanced System Administration exam blueprint is organized into 6 domains. The first three are:

  • File Systems and Storage Management
  • Networking Configuration and Services
  • System Administration and Maintenance

For the complete domain-by-domain breakdown, scroll up to the full exam topics outline above and use it to plan how you distribute your study time.

Oracle Linux 6 Advanced System Administration Sample Questions:

Question 1

You are required to create a file system that meets these requirements:
1.It must be created on /dev/ssd1.
2.It must be mounted on the already existing mount point/cryptfs.
3.Data stored on /cryptfs must be encrypted. Examine this list of commands:
1.cryptsetup luksFormat /dev/sdd1
2.cryptsetup luksOpen /dev/sdd1/sdd1
3.mkfs -t ext4 /dev/sdd1
4.mkfs -t ext4 /dev/mapper/sdd1
5.mount /dev/sdd1/cryptfs
6.mount /dev/mapper/sdd1/cryptfs
7.cryptsetup /cryptfs
Which option represents the commands in the correct order to create a file system that meet the requirements?

A. 1, 2, 3, 5
B. 1, 2, 4, 6
C. 3, 5, 7
D. 1, 3, 5
E. 1, 4, 6


Question 2

Examine the UserDir directives in this extract from /etc/httpd/conf/httpd.conf:
<Ifmodule mod_userdir.c>
UserDir enabled user1
UserDir disabled user1
UserDir public_html
</ifModule>
The web server URL is http://host01.
A website exists in the user's directory /home/user1/public_html.
A user attempts to access user1's webpages by using the URL:
http://host01/~user1
Which statement describes the outcome?

A. The occurrence ofuser1in the list of enabled users allows access to the website contained inuser1'spublic_htmlsubdirectory, overridding thedisableddirective.
B. Access is granted because theUserDir public_htmldirective applies default access to all local users on the system, overriding theenabledordisableddirective.
C. The occurrence ofuser1in the list of disabled users causes anaccess deniederror to the website contained inuser1'spublic_htmlsubdirectory, overridding theenableddirective.
D. The configuration produces an error upon web server startup, because theenabledanddisableddirectives conflict.


Question 3

You want to create a new LUN, LUN ID =1, on a new target, target ID = 2.
Inspect the current state of targets and LUNs in the output from tgt-admin -s. The output is filtered
to show only target and LUN associations.
[root@EDFAR9P0 init.d]# tgt-admin -s | egrep -i 'target|lun'
Target 1: iqn.2013-03.com.example.mypc:1
LUN information:
LUN: 0
LUN: 1
LUN: 2
LUN: 3
You want to add a new LUN to a new target by using the /iSCSIsharedDisk/physDisk4.img disk image file.
Which two options would you use to do this?

A. tgt-admin --op new \
--mode target \
--tid 2\
--targetname iqn.2013-03.com.example.mypc:2
tgt-admin --op new \
--mode logicalunit \
--tid 2 \
--lun 1 \
--backing-store /iSCSIsharedDisk/physDisk4.img
B. tgtadm -- op new \
--mode target \
--tid 2\
--targetname iqn.2013-03.com.example.mypc:2 \
--lun 1 \
--backing-store /iSCSIsharedDisk/physDisk4.img
C. tgt-setup-lun -t 2
tgt-setup-lun -d /iSCSIsharedDisk/physDisk4.img -t 2
D. tgt-setup-lun -d /iSCSIsharedDisk/physDisk4.img -n 2
E. tgt-admin -d /iSCSIsharedDisk/physDisk4.img -n 2


Question 4

After settings up encryption for /dev/sdd1, you notice that the file system is not mounted during
system startup.
You suspect a configuration error in /etc/crypttab:
# cat /etc/crypttab
# mapping
device
password
options
sdd1
/dev/sdd1
TopSecret
Assume that /etc/fstab is correct. Identify the reason why the file system is not mounted after system startup.

A. "TopSecret" is not the correct encryption password.
B. Thepasswordfield must contain the encrypted version of "TopSecret".
C. Thepasswordfield must contain the file name of a file containing the correct encryption password.
D. /etc/crypttabis group readable, world readable, or both.
E. Theoptionfield cannot be empty.


Question 5

You have a mounted mirrored btrfs file system in RAID-1 on /btrfs: # btrfs filesystem show Label: 'Btrfs'uuid:7bfe3239-47ee-442b-b9f8-49f88b6b1be4 Total devices 2 FS bytes used 250.46MB devid 2 size 4.88GB used 1.54GB path /dev/sdd devid 1 size 4.88GB used 1.54GB path /dev/sdc You found an error on one device: #btrfs scrub start -B -d -r /btrfs scrub device /dev/sdc (id 1) done scrub started at Wed Aug 21 15:33:05 2013 and finished after 6 seconds total bytes scrubbed: 250.34MB with 0 errors scrub device /dev/sdd (id2) done scrub started at Wed Aug 21 15:33:05 2013 and finished after 6 seconds total bytes scrubbed: 250.39MB with 26 errors error details: read=13 csum=13 corrected errors: 13, uncorrectable errors: 0, unverified errors: 0 Which statements repairs the corrupted blocks?

A. fsck -t btrfs /btrfs
B. fsck.btrfs -f /dev/sdd
C. btrfs scrub/dev/sdc
D. btrfs scrub start /dev/sdd


Solutions:

Question 1
Answer: B
Question 2
Answer: A
Question 3
Answer: C,E
Question 4
Answer: E
Question 5
Answer: D

1246 Customer ReviewsCustomers Feedback (* Some similar or old comments have been hidden.)

All real 1z0-105 questions are from your 1z0-105 study guide.

Montague

Montague     4.5 star  

But there are still some wrong answers.
But they are so useful.

Tom

Tom     5 star  

Real questions! Real dumps! Thank you!
Glad to receive your 1z0-105 dumps.

Howar

Howar     5 star  

I passed Oracle 1z0-105 exam today. Most questions from Getcertkey dump. Wish you guys a success!!

Pete

Pete     5 star  

Dumps are valid to pass 1z0-105.

Alston

Alston     4.5 star  

Hi! I wanted to say huge thank you to Getcertkey for valid dumps. I passed 1z0-105 only using your dumps.

Michell

Michell     5 star  

I hadn’t even the slightest problem in understanding the various concepts and easily went through all the major concepts within a few days. 1z0-105 dumps helped me achieve an outstanding success. I owe thanks to all those who devised such a perfect plan of exam preparation!

Dale

Dale     4 star  

I used this material to prepare the test and passed 1z0-105 successfully.

Ward

Ward     4 star  

Getcertkey turning its customers into life time loyal business partners. As I just cleared Oracle Linux 6 Advanced System Administration (1z0-105 exam from nowhere. Because I had no time to get prop but still get high score by this dump

Clifford

Clifford     4.5 star  

Thanks for 1z0-105 exam questions and answers! Very nice stuff, passed my 1z0-105 exam today!

Noel

Noel     4.5 star  

Have passed the 1z0-105. I actually liked the dump and thought it did a good job for the exam. If you're going to take the 1z0-105 exam, this will help you pass it. So, get the dump, study it; then take the test.

Arlen

Arlen     4 star  

I was able to pass the 1z0-105 on the first try. The dump gave me the information I needed. Great value.

Irene

Irene     4 star  

Very useful 1z0-105 exam material with self test engine! I didn’t try testing engines before but this one looks really cool. i like that i can choose mode for preparation – testing or exam mode.

Horace

Horace     4 star  

Thank you!
With the help of your amazing 1z0-105 study guides, students can go through every exam with brilliant grades and make their careers best and brighter.

Maxine

Maxine     5 star  

I was not thinking I can get 90% marks with the use of 1z0-105 dump. It was a long-awaited dream of specialized career which at last was effectively materialized with the assist of 1z0-105 exam materials.

Abner

Abner     5 star  

Thanks to your 1z0-105 dumps pdf, I finished my test successfully, looking forward to the good result!

Ronald

Ronald     5 star  

Passed exam with 92% new questions.dumps valid

Jacob

Jacob     4.5 star  

I have just pass with score of 90%. Thanks to my friend for introducing me this site. It is worth buying.

Cherry

Cherry     4 star  

I just passed the 1z0-105 exam with very comfortable score. I did prepare for the test with Getcertkey 1z0-105 exam training dump. Thank you for your help.

Sid

Sid     5 star  

LEAVE A REPLY

Your email address will not be published. Required fields are marked *

Contact US:  
 [email protected]  Support

Free Demo Download

Popular Vendors
Adobe
Alcatel-Lucent
Avaya
BEA
CheckPoint
CIW
CompTIA
CWNP
EC-COUNCIL
EMC
EXIN
Hitachi
HP
ISC
ISEB
Juniper
Lpi
Network Appliance
Nortel
Novell
SASInstitute
Sybase
Symantec
The Open Group
all vendors
Why Choose GetCertKey Testing Engine
 Quality and ValueGetCertKey Practice Exams are written to the highest standards of technical accuracy, using only certified subject matter experts and published authors for development - no all study materials.
 Tested and ApprovedWe are committed to the process of vendor and third party approvals. We believe professionals and executives alike deserve the confidence of quality coverage these authorizations provide.
 Easy to PassIf you prepare for the exams using our GetCertKey testing engine, It is easy to succeed for all certifications in the first attempt. You don't have to deal with all dumps or any free torrent / rapidshare all stuff.
 Try Before BuyGetCertKey offers free demo of each product. You can check out the interface, question quality and usability of our practice exams before you decide to buy.