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: | ![]() |
| 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:
| Section | Objectives |
|---|---|
| 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 |


PDF Version Demo
1246 Customer Reviews




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.