SlideShare une entreprise Scribd logo
1  sur  8
Télécharger pour lire hors ligne
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

Contenu connexe

Plus de Vskills

Plus de 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
 

Dernier

Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
ZurliaSoop
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
kauryashika82
 

Dernier (20)

Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17  How to Extend Models Using Mixin ClassesMixin Classes in Odoo 17  How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docx
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
 
Magic bus Group work1and 2 (Team 3).pptx
Magic bus Group work1and 2 (Team 3).pptxMagic bus Group work1and 2 (Team 3).pptx
Magic bus Group work1and 2 (Team 3).pptx
 
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptx
 
How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17
 
PROCESS RECORDING FORMAT.docx
PROCESS      RECORDING        FORMAT.docxPROCESS      RECORDING        FORMAT.docx
PROCESS RECORDING FORMAT.docx
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...
 
Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptx
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptxSKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
 

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)