SlideShare ist ein Scribd-Unternehmen logo
1 von 8
Downloaden Sie, um offline zu lesen
Certified Linux Administrator
VS-1064
Certified Linux Administrator
www.vskills.in
CCCCertifiedertifiedertifiedertified Linux AdministratorLinux AdministratorLinux AdministratorLinux Administrator
Certification CodeCertification CodeCertification CodeCertification Code VS-1064
VskillsVskillsVskillsVskills Linux AdministratorLinux AdministratorLinux AdministratorLinux Administrator certification assesses the candidate for a company’s Linux
administration needs. The certification tests the candidates on various areas in Enterprise
Linux release 6 which include basic knowledge of installation, configuration and
management of various services and facilities of Linux.
Why should one take this certification?Why should one take this certification?Why should one take this certification?Why should one take this certification?
This Course is intended for professionals and graduates wanting to excel in their chosen
areas. It is also well suited for those who are already working and would like to take
certification for further career progression.
Earning Vskills Linux Administrator Certification can help candidate differentiate in today's
competitive job market, broaden their employment opportunities by displaying their
advanced skills, and result in higher earning potential.
For employers, the certification provides skill verification tools that not only help assess a
person's skills in Linux administration.
Who will benefit from taking this certification?Who will benefit from taking this certification?Who will benefit from taking this certification?Who will benefit from taking this certification?
Job seekers looking to find employment in IT department of various companies, students
generally wanting to improve their skill set and make their CV stronger and existing
employees looking for a better role can prove their employers the value of their skills
through this certification.
Test DetailsTest DetailsTest DetailsTest Details
• Duration:Duration:Duration:Duration: 60 minutes
• No. of questions:No. of questions:No. of questions:No. of questions: 50
• Maximum marks:Maximum marks:Maximum marks:Maximum marks: 50, Passing marks: 25 (50%)
There is no negative marking in this module.
Fee StructureFee StructureFee StructureFee Structure
Rs. 4,000/- (Includes all taxes)
Companies that hire Vskills Certified Linux AdministratorCompanies that hire Vskills Certified Linux AdministratorCompanies that hire Vskills Certified Linux AdministratorCompanies that hire Vskills Certified Linux Administrator
Linux administrators are in great demand. There are a lot of boutique niche companies,
specializing in Integration Services, who are constantly hiring knowledgeable professionals.
International job consultants also are constantly looking for Linux Administrators for
overseas jobs.
Certified Linux Administrator
www.vskills.in
Table of Contents
1.1.1.1. Linux IntroductionLinux IntroductionLinux IntroductionLinux Introduction
1.1 Linux and OSS
1.2 Distributions and evolution
2.2.2.2. InstallationInstallationInstallationInstallation
2.1 Software and hardware pre-requisites
2.2 Installation types and server roles
2.3 RPM installation and management
2.4 Programme source compile and installation
3.3.3.3. Linux coreLinux coreLinux coreLinux core
3.1 File system components and management
3.2 Partition and volume management
3.3 Linux booting, init and rc scripts
3.4 System daemons (xinetd, inetd, rsyslogd and cron)
3.5 Kernel basics, building and patching
3.6 SysFS and proc
4.4.4.4. Shell scriptingShell scriptingShell scriptingShell scripting
4.1 Shell types and BASH shell
4.2 BASH shell variables, commands and scripting
4.3 Editors
5.5.5.5. UsersUsersUsersUsers
5.1 User basics and management tools
5.2 Access permissions and PAM
6.6.6.6. NetworkingNetworkingNetworkingNetworking
6.1 TCP/IP and IPv6
6.2 Modules, network interface configuration and routes
6.3 Netfilter
7.7.7.7. SecuritySecuritySecuritySecurity
7.1 SetUID, ps, df, ulimit and chroot
7.2 SELinux
7.3 Netstat and logging
7.4 Nmap. Snort, nessus and wireshark
Certified Linux Administrator
www.vskills.in
8.8.8.8. LAN ServicesLAN ServicesLAN ServicesLAN Services
8.1 NFS and NIS
8.2 Samba and LDAP
8.3 Printing
8.4 DHCP
8.5 Backups
9.9.9.9. Internet ServiceInternet ServiceInternet ServiceInternet Servicessss
9.1 DNS
9.2 FTP
9.3 HTTP and Apache Web Server
9.4 SMTP, POP and IMAP
9.5 SSH
10.10.10.10. Advanced LinuxAdvanced LinuxAdvanced LinuxAdvanced Linux
10.1 Virtualization
Certified Linux Administrator
www.vskills.in
Course OutlineCourse OutlineCourse OutlineCourse Outline
Linux IntroductionLinux IntroductionLinux IntroductionLinux Introduction
Explaining the evolution of linux and open source software (OSS)
Illustrating various linux distributions with evolution and significance of linux
InstallationInstallationInstallationInstallation
Enlisting the software and hardware pre-requisites for enterprise linux
Describing the different types of installation and various server roles in installation
Explaining the package manager (RPM) installation and management for
different softwares on RHEL platform
Detailing the steps for compilation and installation of programme from their source
Linux coreLinux coreLinux coreLinux core
Understanding i-nodes, superblocks and file system types in linux
Explaining links, named pipes, files, ownership and directory for file system
management
Describing partition and volume creation, modification and deletion
Detailing the linux booting and init process with usage of rc scripts
Clarifying the usage of xinetd, inetd, rsyslogd and cron system daemons of linux
Understanding the basics of kernel and steps to build and patch it
Describing the usage of system file system (SysFS) and proc directory for system
internals
Shell scriptingShell scriptingShell scriptingShell scripting
Explaining the basics of shells and their types with focusing the bash shell
Understanding environmental variables, regular expression and various commands
offered by bash shell
Illustrating shell scripting and using various editors for the purpose
UsersUsersUsersUsers
Describing configuring and managing user in linux
Detailing access permissions, user files and pluggable authentication module (PAM)
NetworkingNetworkingNetworkingNetworking
Explaining the basics of TCP/IP stack and IPv6 protocol
Illustrating network interface configuration and routing in linux
Understanding packet filtering and firewall by netfilter
SecuritySecuritySecuritySecurity
Describing the usage of SetUID, ps, df, ulimit and chroot commands for system
security
Certified Linux Administrator
www.vskills.in
Understanding the basics of security enhanced linux (SELinux), netstat and logging
for implementing linux security
Explaining the usage of nmap, snort, nessus and wireshark for network analysis
LAN ServicesLAN ServicesLAN ServicesLAN Services
Understanding various network services used usually in LAN like network file
system (NFS) for distributed file system, network information system (NIS) and
LDAP for directory, samba for windows connectivity and dynamic host control
protocol (DHCP) for dynamic network configuration.
Explaining printing services implementation by common unix printing system
(CUPS) and commands for management
Describing the process of backups in linux and commands for it.
Internet ServicesInternet ServicesInternet ServicesInternet Services
Detailing various network services used usually in WAN like domain name services
(DNS) for domain name resolution, file transfer protocol (FTP) for file access, hyper
text transfer protocol (HTTP) by apache server for HTTP services, simple mail
transfer protocol (SMTP), post office protocol (POP) and internet message access
protocol
(IMAP) for e-mail services and secure shell (SSH) for secured shell access.
Advanced LinuxAdvanced LinuxAdvanced LinuxAdvanced Linux
Understanding concepts and implementation of virtualization in linux with focus on
kernel-based virtual machine (KVM)
Certified Linux Administrator
www.vskills.in
Sample QuestionsSample QuestionsSample QuestionsSample Questions
1.1.1.1. TheTheTheThe term OSS stands for ____________.term OSS stands for ____________.term OSS stands for ____________.term OSS stands for ____________.
A. Open and Secured Software
B. Open Source Software
C. Obfuscated Source Software
D. None of the above
2222. The. The. The. The ‘var’ directory in linux file system‘var’ directory in linux file system‘var’ directory in linux file system‘var’ directory in linux file system is used to store ______________.is used to store ______________.is used to store ______________.is used to store ______________.
A. User data
B. Logs
C. Kernel
D. None of the above
3333.... ReiserFS is a type of _____________.ReiserFS is a type of _____________.ReiserFS is a type of _____________.ReiserFS is a type of _____________.
A. Directory
B. Command
C. File system
D. None of the above
4444. Th. Th. Th. Theeee option used to install a given RPM file is ________.option used to install a given RPM file is ________.option used to install a given RPM file is ________.option used to install a given RPM file is ________.
A. -i
B. -install
C. -t
D. None of the above
5555. The. The. The. The file /etc/passwd stores user password in _____________ form.file /etc/passwd stores user password in _____________ form.file /etc/passwd stores user password in _____________ form.file /etc/passwd stores user password in _____________ form.
A. Encrypted
B. Plain text
C. Numeric
D. None of the above
Answers: 1 (B), 2 (B), 3 (C), 4 (A), 5 (A)
Linux Administrator Certification

Weitere ähnliche Inhalte

Mehr von Vskills

Vskills certified operations manager sample material
Vskills certified operations manager sample materialVskills certified operations manager sample material
Vskills certified operations manager sample materialVskills
 
Vskills certified six sigma yellow belt sample material
Vskills certified six sigma yellow belt sample materialVskills certified six sigma yellow belt sample material
Vskills certified six sigma yellow belt sample materialVskills
 
Vskills production and operations management sample material
Vskills production and operations management sample materialVskills production and operations management sample material
Vskills production and operations management sample materialVskills
 
vskills leadership skills professional sample material
vskills leadership skills professional sample materialvskills leadership skills professional sample material
vskills leadership skills professional sample materialVskills
 
vskills facility management expert sample material
vskills facility management expert sample materialvskills facility management expert sample material
vskills facility management expert sample materialVskills
 
Vskills international trade and forex professional sample material
Vskills international trade and forex professional sample materialVskills international trade and forex professional sample material
Vskills international trade and forex professional sample materialVskills
 
Vskills production planning and control professional sample material
Vskills production planning and control professional sample materialVskills production planning and control professional sample material
Vskills production planning and control professional sample materialVskills
 
Vskills purchasing and material management professional sample material
Vskills purchasing and material management professional sample materialVskills purchasing and material management professional sample material
Vskills purchasing and material management professional sample materialVskills
 
Vskills manufacturing technology management professional sample material
Vskills manufacturing technology management professional sample materialVskills manufacturing technology management professional sample material
Vskills manufacturing technology management professional sample materialVskills
 
certificate in agile project management sample material
certificate in agile project management sample materialcertificate in agile project management sample material
certificate in agile project management sample materialVskills
 
Vskills angular js sample material
Vskills angular js sample materialVskills angular js sample material
Vskills angular js sample materialVskills
 
Vskills c++ developer sample material
Vskills c++ developer sample materialVskills c++ developer sample material
Vskills c++ developer sample materialVskills
 
Vskills c developer sample material
Vskills c developer sample materialVskills c developer sample material
Vskills c developer sample materialVskills
 
Vskills financial modelling professional sample material
Vskills financial modelling professional sample materialVskills financial modelling professional sample material
Vskills financial modelling professional sample materialVskills
 
Vskills basel iii professional sample material
Vskills basel iii professional sample materialVskills basel iii professional sample material
Vskills basel iii professional sample materialVskills
 
Vskills telecom management professional sample material
Vskills telecom management professional sample materialVskills telecom management professional sample material
Vskills telecom management professional sample materialVskills
 
Vskills retail management professional sample material
Vskills retail management professional sample materialVskills retail management professional sample material
Vskills retail management professional sample materialVskills
 
Vskills contract law analyst sample material
Vskills contract law analyst sample materialVskills contract law analyst sample material
Vskills contract law analyst sample materialVskills
 
Vskills project finance sample material
Vskills project finance sample materialVskills project finance sample material
Vskills project finance sample materialVskills
 
Vskills raspberry pi professional sample material
Vskills raspberry pi professional sample materialVskills raspberry pi professional sample material
Vskills raspberry pi professional sample materialVskills
 

Mehr von Vskills (20)

Vskills certified operations manager sample material
Vskills certified operations manager sample materialVskills certified operations manager sample material
Vskills certified operations manager sample material
 
Vskills certified six sigma yellow belt sample material
Vskills certified six sigma yellow belt sample materialVskills certified six sigma yellow belt sample material
Vskills certified six sigma yellow belt sample material
 
Vskills production and operations management sample material
Vskills production and operations management sample materialVskills production and operations management sample material
Vskills production and operations management sample material
 
vskills leadership skills professional sample material
vskills leadership skills professional sample materialvskills leadership skills professional sample material
vskills leadership skills professional sample material
 
vskills facility management expert sample material
vskills facility management expert sample materialvskills facility management expert sample material
vskills facility management expert sample material
 
Vskills international trade and forex professional sample material
Vskills international trade and forex professional sample materialVskills international trade and forex professional sample material
Vskills international trade and forex professional sample material
 
Vskills production planning and control professional sample material
Vskills production planning and control professional sample materialVskills production planning and control professional sample material
Vskills production planning and control professional sample material
 
Vskills purchasing and material management professional sample material
Vskills purchasing and material management professional sample materialVskills purchasing and material management professional sample material
Vskills purchasing and material management professional sample material
 
Vskills manufacturing technology management professional sample material
Vskills manufacturing technology management professional sample materialVskills manufacturing technology management professional sample material
Vskills manufacturing technology management professional sample material
 
certificate in agile project management sample material
certificate in agile project management sample materialcertificate in agile project management sample material
certificate in agile project management sample material
 
Vskills angular js sample material
Vskills angular js sample materialVskills angular js sample material
Vskills angular js sample material
 
Vskills c++ developer sample material
Vskills c++ developer sample materialVskills c++ developer sample material
Vskills c++ developer sample material
 
Vskills c developer sample material
Vskills c developer sample materialVskills c developer sample material
Vskills c developer sample material
 
Vskills financial modelling professional sample material
Vskills financial modelling professional sample materialVskills financial modelling professional sample material
Vskills financial modelling professional sample material
 
Vskills basel iii professional sample material
Vskills basel iii professional sample materialVskills basel iii professional sample material
Vskills basel iii professional sample material
 
Vskills telecom management professional sample material
Vskills telecom management professional sample materialVskills telecom management professional sample material
Vskills telecom management professional sample material
 
Vskills retail management professional sample material
Vskills retail management professional sample materialVskills retail management professional sample material
Vskills retail management professional sample material
 
Vskills contract law analyst sample material
Vskills contract law analyst sample materialVskills contract law analyst sample material
Vskills contract law analyst sample material
 
Vskills project finance sample material
Vskills project finance sample materialVskills project finance sample material
Vskills project finance sample material
 
Vskills raspberry pi professional sample material
Vskills raspberry pi professional sample materialVskills raspberry pi professional sample material
Vskills raspberry pi professional sample material
 

Kürzlich hochgeladen

How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPCeline George
 
Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Mark Reed
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatYousafMalik24
 
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...Nguyen Thanh Tu Collection
 
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfInclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfTechSoup
 
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Celine George
 
ACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfSpandanaRallapalli
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Celine George
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxthorishapillay1
 
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSGRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSJoshuaGantuangco2
 
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfLike-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfMr Bounab Samir
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Judging the Relevance and worth of ideas part 2.pptx
Judging the Relevance  and worth of ideas part 2.pptxJudging the Relevance  and worth of ideas part 2.pptx
Judging the Relevance and worth of ideas part 2.pptxSherlyMaeNeri
 
How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17Celine George
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Celine George
 

Kürzlich hochgeladen (20)

How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERP
 
Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice great
 
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
 
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptxYOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfInclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
 
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
 
ACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdf
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptx
 
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSGRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
 
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfLike-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptxYOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
 
Judging the Relevance and worth of ideas part 2.pptx
Judging the Relevance  and worth of ideas part 2.pptxJudging the Relevance  and worth of ideas part 2.pptx
Judging the Relevance and worth of ideas part 2.pptx
 
How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17
 
OS-operating systems- ch04 (Threads) ...
OS-operating systems- ch04 (Threads) ...OS-operating systems- ch04 (Threads) ...
OS-operating systems- ch04 (Threads) ...
 

Linux Administrator Certification

  • 2. Certified Linux Administrator www.vskills.in CCCCertifiedertifiedertifiedertified Linux AdministratorLinux AdministratorLinux AdministratorLinux Administrator Certification CodeCertification CodeCertification CodeCertification Code VS-1064 VskillsVskillsVskillsVskills Linux AdministratorLinux AdministratorLinux AdministratorLinux Administrator certification assesses the candidate for a company’s Linux administration needs. The certification tests the candidates on various areas in Enterprise Linux release 6 which include basic knowledge of installation, configuration and management of various services and facilities of Linux. Why should one take this certification?Why should one take this certification?Why should one take this certification?Why should one take this certification? This Course is intended for professionals and graduates wanting to excel in their chosen areas. It is also well suited for those who are already working and would like to take certification for further career progression. Earning Vskills Linux Administrator Certification can help candidate differentiate in today's competitive job market, broaden their employment opportunities by displaying their advanced skills, and result in higher earning potential. For employers, the certification provides skill verification tools that not only help assess a person's skills in Linux administration. Who will benefit from taking this certification?Who will benefit from taking this certification?Who will benefit from taking this certification?Who will benefit from taking this certification? Job seekers looking to find employment in IT department of various companies, students generally wanting to improve their skill set and make their CV stronger and existing employees looking for a better role can prove their employers the value of their skills through this certification. Test DetailsTest DetailsTest DetailsTest Details • Duration:Duration:Duration:Duration: 60 minutes • No. of questions:No. of questions:No. of questions:No. of questions: 50 • Maximum marks:Maximum marks:Maximum marks:Maximum marks: 50, Passing marks: 25 (50%) There is no negative marking in this module. Fee StructureFee StructureFee StructureFee Structure Rs. 4,000/- (Includes all taxes) Companies that hire Vskills Certified Linux AdministratorCompanies that hire Vskills Certified Linux AdministratorCompanies that hire Vskills Certified Linux AdministratorCompanies that hire Vskills Certified Linux Administrator Linux administrators are in great demand. There are a lot of boutique niche companies, specializing in Integration Services, who are constantly hiring knowledgeable professionals. International job consultants also are constantly looking for Linux Administrators for overseas jobs.
  • 3. Certified Linux Administrator www.vskills.in Table of Contents 1.1.1.1. Linux IntroductionLinux IntroductionLinux IntroductionLinux Introduction 1.1 Linux and OSS 1.2 Distributions and evolution 2.2.2.2. InstallationInstallationInstallationInstallation 2.1 Software and hardware pre-requisites 2.2 Installation types and server roles 2.3 RPM installation and management 2.4 Programme source compile and installation 3.3.3.3. Linux coreLinux coreLinux coreLinux core 3.1 File system components and management 3.2 Partition and volume management 3.3 Linux booting, init and rc scripts 3.4 System daemons (xinetd, inetd, rsyslogd and cron) 3.5 Kernel basics, building and patching 3.6 SysFS and proc 4.4.4.4. Shell scriptingShell scriptingShell scriptingShell scripting 4.1 Shell types and BASH shell 4.2 BASH shell variables, commands and scripting 4.3 Editors 5.5.5.5. UsersUsersUsersUsers 5.1 User basics and management tools 5.2 Access permissions and PAM 6.6.6.6. NetworkingNetworkingNetworkingNetworking 6.1 TCP/IP and IPv6 6.2 Modules, network interface configuration and routes 6.3 Netfilter 7.7.7.7. SecuritySecuritySecuritySecurity 7.1 SetUID, ps, df, ulimit and chroot 7.2 SELinux 7.3 Netstat and logging 7.4 Nmap. Snort, nessus and wireshark
  • 4. Certified Linux Administrator www.vskills.in 8.8.8.8. LAN ServicesLAN ServicesLAN ServicesLAN Services 8.1 NFS and NIS 8.2 Samba and LDAP 8.3 Printing 8.4 DHCP 8.5 Backups 9.9.9.9. Internet ServiceInternet ServiceInternet ServiceInternet Servicessss 9.1 DNS 9.2 FTP 9.3 HTTP and Apache Web Server 9.4 SMTP, POP and IMAP 9.5 SSH 10.10.10.10. Advanced LinuxAdvanced LinuxAdvanced LinuxAdvanced Linux 10.1 Virtualization
  • 5. Certified Linux Administrator www.vskills.in Course OutlineCourse OutlineCourse OutlineCourse Outline Linux IntroductionLinux IntroductionLinux IntroductionLinux Introduction Explaining the evolution of linux and open source software (OSS) Illustrating various linux distributions with evolution and significance of linux InstallationInstallationInstallationInstallation Enlisting the software and hardware pre-requisites for enterprise linux Describing the different types of installation and various server roles in installation Explaining the package manager (RPM) installation and management for different softwares on RHEL platform Detailing the steps for compilation and installation of programme from their source Linux coreLinux coreLinux coreLinux core Understanding i-nodes, superblocks and file system types in linux Explaining links, named pipes, files, ownership and directory for file system management Describing partition and volume creation, modification and deletion Detailing the linux booting and init process with usage of rc scripts Clarifying the usage of xinetd, inetd, rsyslogd and cron system daemons of linux Understanding the basics of kernel and steps to build and patch it Describing the usage of system file system (SysFS) and proc directory for system internals Shell scriptingShell scriptingShell scriptingShell scripting Explaining the basics of shells and their types with focusing the bash shell Understanding environmental variables, regular expression and various commands offered by bash shell Illustrating shell scripting and using various editors for the purpose UsersUsersUsersUsers Describing configuring and managing user in linux Detailing access permissions, user files and pluggable authentication module (PAM) NetworkingNetworkingNetworkingNetworking Explaining the basics of TCP/IP stack and IPv6 protocol Illustrating network interface configuration and routing in linux Understanding packet filtering and firewall by netfilter SecuritySecuritySecuritySecurity Describing the usage of SetUID, ps, df, ulimit and chroot commands for system security
  • 6. Certified Linux Administrator www.vskills.in Understanding the basics of security enhanced linux (SELinux), netstat and logging for implementing linux security Explaining the usage of nmap, snort, nessus and wireshark for network analysis LAN ServicesLAN ServicesLAN ServicesLAN Services Understanding various network services used usually in LAN like network file system (NFS) for distributed file system, network information system (NIS) and LDAP for directory, samba for windows connectivity and dynamic host control protocol (DHCP) for dynamic network configuration. Explaining printing services implementation by common unix printing system (CUPS) and commands for management Describing the process of backups in linux and commands for it. Internet ServicesInternet ServicesInternet ServicesInternet Services Detailing various network services used usually in WAN like domain name services (DNS) for domain name resolution, file transfer protocol (FTP) for file access, hyper text transfer protocol (HTTP) by apache server for HTTP services, simple mail transfer protocol (SMTP), post office protocol (POP) and internet message access protocol (IMAP) for e-mail services and secure shell (SSH) for secured shell access. Advanced LinuxAdvanced LinuxAdvanced LinuxAdvanced Linux Understanding concepts and implementation of virtualization in linux with focus on kernel-based virtual machine (KVM)
  • 7. Certified Linux Administrator www.vskills.in Sample QuestionsSample QuestionsSample QuestionsSample Questions 1.1.1.1. TheTheTheThe term OSS stands for ____________.term OSS stands for ____________.term OSS stands for ____________.term OSS stands for ____________. A. Open and Secured Software B. Open Source Software C. Obfuscated Source Software D. None of the above 2222. The. The. The. The ‘var’ directory in linux file system‘var’ directory in linux file system‘var’ directory in linux file system‘var’ directory in linux file system is used to store ______________.is used to store ______________.is used to store ______________.is used to store ______________. A. User data B. Logs C. Kernel D. None of the above 3333.... ReiserFS is a type of _____________.ReiserFS is a type of _____________.ReiserFS is a type of _____________.ReiserFS is a type of _____________. A. Directory B. Command C. File system D. None of the above 4444. Th. Th. Th. Theeee option used to install a given RPM file is ________.option used to install a given RPM file is ________.option used to install a given RPM file is ________.option used to install a given RPM file is ________. A. -i B. -install C. -t D. None of the above 5555. The. The. The. The file /etc/passwd stores user password in _____________ form.file /etc/passwd stores user password in _____________ form.file /etc/passwd stores user password in _____________ form.file /etc/passwd stores user password in _____________ form. A. Encrypted B. Plain text C. Numeric D. None of the above Answers: 1 (B), 2 (B), 3 (C), 4 (A), 5 (A)