SlideShare une entreprise Scribd logo
1  sur  25
Télécharger pour lire hors ligne
Getting Started with Linux Administration
What will you learn today?
 Why you should learn Linux?
 Roles & Responsibilities of a Linux Administrator
 Installation and Upgradation in Linux
 Storage Migration using LVM
 User Administration in Linux
www.edureka.co/linux-admin
Why Linux?
www.edureka.co/linux-admin
Multiple
Distributions
Very Easy To Learn and Use
Very Secured
Freely Available
Fast and Effective
Virus Free
Roles & Responsibilities
www.edureka.co/linux-admin
 Installation & Upgradation
 Patching
 Application support
 Storage migrations
 User Administration
 Installation and configuring servers/services
 Backup & Restore
 Troubleshooting
 Network Engineer
 Linux Admin
 System Engineer
 Application support
 Support Engineer
 Software Engineer
Installation & Upgradation
www.edureka.co/linux-admin
 Performing manual & network based installations
 VMWare installations
 Implementation OS upgradation by performing
necessary tests
 Writing and implementing necessary pre & post
install scripts as a part of installation
Installation
www.edureka.co/linux-admin
 Power on your computer system.
 Go to BIOS setup and change your first boot device to CD/DVD
 Insert the CentOS CD/DVD disk into your computer
 Follow steps from the installation guide in LMS.
 For installing as a VM, install Virtual manager software for your OS.
 Start VM and select CentOS as guest OS.
 Insert the CentOS CD/DVD disk into your computer
 Follow steps from the installation guide in LMS.
Pre-requisites
OR
RPM Package Manager
www.edureka.co/linux-admin
 RPM provides complete software packaging features, including pre-and post-install scripts, dependencies, meta
information, and an installed software database
 The database of all installed software maintained on the machine comes in handy for tracking and updating,
dependency verification, and software management
 RPM format – Packagename.version.release.architect.rpm
Prerequisites
RPM Package Manager (Contd.)
www.edureka.co/linux-admin
RPM Features :
 Provides package management:
»Install
»Remove or Uninstall
»Query
»Upgrade
»Verify
 Automatically verifies packages using GPG, MD5, SHA1SUMs
 Automatically reports on unresolved dependencies
Patching
www.edureka.co/linux-admin
 Deploying patches in test, monitor and deploy to production
$ patch < patch.file $ patch source.code.file < patch.file $ patch -p LEVEL < {/path/to/patch/file}
 Documentation  Bug fixes
www.edureka.co/linux-admin
How to Apply a Patch?
Application Support
www.edureka.co/linux-admin
 Perform system/application installation
 Perform system/service problem
management and troubleshooting
 Execute system/service configuration management
Application Support
www.edureka.co/linux-admin
 Participate in ticket support for internal teams and
external vendors by troubleshooting customer issues in
Production, Pre-Production and Customer test
environments
 Track day to day incidents and issues using special
monitoring tools
Storage Migrations
www.edureka.co/linux-admin
Migrating LVM partitions
• One of the excellent feature, where we can migrate the logical volumes to a new disk without the data-loss and
downtime.
Map networks
• Nagios/Nagvis, Mila_Ajax_Map, Safe Mapping and Reporting Tool (SMART), Network Scaner, NMap Console
Storage Migrations
www.edureka.co/linux-admin
Check file system layout
LUN
• virtual layer between physical disk and application
User Administration
www.edureka.co/linux-admin
 Creating / Using groups
 Managing user accounts
 Automation if needed
User Administration
www.edureka.co/linux-admin
User Administration
 To manage users via command line, the following commands are used
» useradd
» usermod
» userdel
» passwd
 The user configuration files are stored in two files
» /etc/passwd
» /etc/shadow
User Administration – cat command (Contd.)
www.edureka.co/linux-admin
Adding a New User Account
 Syntax: useradd [options] username
 Command: useradd edureka1
To set password for a specific user
 Syntax: passwd username
 Command: passwd edureka1
passwd without argument defaults
to change the password of the
currently logged-in user
User Administration - Modifying Accounts
www.edureka.co/linux-admin
Modifying / Deleting User Accounts
Usermod command is used to edit/modify or
delete user accounts
 syntax: usermod [options] username
To change user’s home directory
 Command: usermod -d /home/edureka3
edureka3
 The usermod -d option changed the user’s
home directory from /tmp/edureka3 to
/home/edureka3
User Administration – Sudo users
www.edureka.co/linux-admin
Sudo user
 Sudo allows a permitted user to execute a
command as the superuser or another
user as specified by the security policy
User Administration – Sudo users (Contd.)
www.edureka.co/linux-admin
Sudo user
 visudo command edits /etc/sudoers file in
a safe fashion, locking the file from making
simultaneous edits
User Administration - Setting ACL
www.edureka.co/linux-admin
Access Control Lists (ACLs)
Setting ACL
 Command: setfacl -m u:edureka:rw linux.txt
 Assigned read and write permission to user
edureka
User Administration - Remove Permissions
www.edureka.co/linux-admin
Access Control Lists (ACLs)
Remove permissions for the user
 Command: setfacl -x u:joial linux.txt
Configuring Services
www.edureka.co/linux-admin
Manage high availability and high traffic servers
Maintain the performance, security,
consistency, backup and availability of servers
Server Administration
Working on open source software
Proactive Server Monitoring
Writing Scripts for Systems management &
automation
Ticket handling
Course Details
www.edureka.co/linux-admin
Become an expert in Linux Administration
Go to www.edureka.co/linux-admin
Edureka's Linux Administration course:
• This course is designed to shape you as a Linux professional & help you to run applications, perform desired functions on your
system and networks, create a network configuration, and maintain security administration.
• You will work on a Project which involves performing some of the day-to-day activities you would need to do as a Linux
administrator.
• Online Live Courses: 42 hours
• Assignments: 25 hours
• Project: 20 hours
• Lifetime Access + 24 X 7 Support
Thank You
Questions/Queries/Feedback
Recording and presentation will be made available to you within 24 hours

Contenu connexe

Tendances

Linux Administration
Linux AdministrationLinux Administration
Linux AdministrationHarish1983
 
Linux.ppt
Linux.ppt Linux.ppt
Linux.ppt onu9
 
Linux Interview Questions And Answers | Linux Administration Tutorial | Linux...
Linux Interview Questions And Answers | Linux Administration Tutorial | Linux...Linux Interview Questions And Answers | Linux Administration Tutorial | Linux...
Linux Interview Questions And Answers | Linux Administration Tutorial | Linux...Edureka!
 
Linux Training For Beginners | Linux Administration Tutorial | Introduction T...
Linux Training For Beginners | Linux Administration Tutorial | Introduction T...Linux Training For Beginners | Linux Administration Tutorial | Introduction T...
Linux Training For Beginners | Linux Administration Tutorial | Introduction T...Edureka!
 
Linux presentation
Linux presentationLinux presentation
Linux presentationNikhil Jain
 
Linux basics part 1
Linux basics part 1Linux basics part 1
Linux basics part 1Lilesh Pathe
 
Linux Advantages and Disadvantages
Linux Advantages and DisadvantagesLinux Advantages and Disadvantages
Linux Advantages and DisadvantagesSHUBHA CHATURVEDI
 
Ansible presentation
Ansible presentationAnsible presentation
Ansible presentationJohn Lynch
 
Automation with ansible
Automation with ansibleAutomation with ansible
Automation with ansibleKhizer Naeem
 
Introduction to linux ppt
Introduction to linux pptIntroduction to linux ppt
Introduction to linux pptOmi Vichare
 
Linux ppt
Linux pptLinux ppt
Linux pptlincy21
 

Tendances (20)

Linux Administration
Linux AdministrationLinux Administration
Linux Administration
 
Linux.ppt
Linux.ppt Linux.ppt
Linux.ppt
 
Linux Interview Questions And Answers | Linux Administration Tutorial | Linux...
Linux Interview Questions And Answers | Linux Administration Tutorial | Linux...Linux Interview Questions And Answers | Linux Administration Tutorial | Linux...
Linux Interview Questions And Answers | Linux Administration Tutorial | Linux...
 
Linux
Linux Linux
Linux
 
Kali linux os
Kali linux osKali linux os
Kali linux os
 
Ansible - Introduction
Ansible - IntroductionAnsible - Introduction
Ansible - Introduction
 
Linux Training For Beginners | Linux Administration Tutorial | Introduction T...
Linux Training For Beginners | Linux Administration Tutorial | Introduction T...Linux Training For Beginners | Linux Administration Tutorial | Introduction T...
Linux Training For Beginners | Linux Administration Tutorial | Introduction T...
 
Red hat ppt
Red hat pptRed hat ppt
Red hat ppt
 
Linux
LinuxLinux
Linux
 
Linux presentation
Linux presentationLinux presentation
Linux presentation
 
Linux OS presentation
Linux OS presentationLinux OS presentation
Linux OS presentation
 
Linux Presentation
Linux PresentationLinux Presentation
Linux Presentation
 
Linux basics part 1
Linux basics part 1Linux basics part 1
Linux basics part 1
 
Linux Advantages and Disadvantages
Linux Advantages and DisadvantagesLinux Advantages and Disadvantages
Linux Advantages and Disadvantages
 
Ansible presentation
Ansible presentationAnsible presentation
Ansible presentation
 
Linux basics
Linux basicsLinux basics
Linux basics
 
Automation with ansible
Automation with ansibleAutomation with ansible
Automation with ansible
 
Introduction to linux ppt
Introduction to linux pptIntroduction to linux ppt
Introduction to linux ppt
 
Linux - Introductions to Linux Operating System
Linux - Introductions to Linux Operating SystemLinux - Introductions to Linux Operating System
Linux - Introductions to Linux Operating System
 
Linux ppt
Linux pptLinux ppt
Linux ppt
 

En vedette

Webinar: Linux administration : Past, Present and Is the Future
Webinar: Linux administration : Past, Present and Is the FutureWebinar: Linux administration : Past, Present and Is the Future
Webinar: Linux administration : Past, Present and Is the FutureEdureka!
 
Linux system administration
Linux system administrationLinux system administration
Linux system administrationorionsconsulting
 
Linux shell env
Linux shell envLinux shell env
Linux shell envRahul Pola
 
Linux administration
Linux administrationLinux administration
Linux administrationYogesh Ks
 
Linux System Administration Crash Course
Linux System Administration Crash CourseLinux System Administration Crash Course
Linux System Administration Crash CourseJason Cannon
 
Linux commands and file structure
Linux commands and file structureLinux commands and file structure
Linux commands and file structureSreenatha Reddy K R
 
IT Operations for Web Developers
IT Operations for Web DevelopersIT Operations for Web Developers
IT Operations for Web DevelopersMahmoud Said
 
Linux Administration for Developers
Linux Administration for DevelopersLinux Administration for Developers
Linux Administration for DevelopersMahmoud Said
 
Linux system admin useful commands
Linux system admin useful commandsLinux system admin useful commands
Linux system admin useful commandsali98091
 
Part 1 of 'Introduction to Linux for bioinformatics': Introduction
Part 1 of 'Introduction to Linux for bioinformatics': IntroductionPart 1 of 'Introduction to Linux for bioinformatics': Introduction
Part 1 of 'Introduction to Linux for bioinformatics': IntroductionJoachim Jacob
 
Linux day 2016 la shell in linux
Linux day 2016   la shell in linuxLinux day 2016   la shell in linux
Linux day 2016 la shell in linuxGiuseppe Piccolo
 
Chiropractic Whiplash
Chiropractic WhiplashChiropractic Whiplash
Chiropractic Whiplashablettdc
 
oracle linux administration | oracle linux training - oracle trainings
oracle linux administration | oracle linux training - oracle trainingsoracle linux administration | oracle linux training - oracle trainings
oracle linux administration | oracle linux training - oracle trainingsOnlineOracleTrainings
 
Chapter 02
Chapter 02Chapter 02
Chapter 02cclay3
 
introduction to linux desktop draft 5
introduction to linux desktop draft 5introduction to linux desktop draft 5
introduction to linux desktop draft 5swee meng ng
 

En vedette (20)

Linux lecture6
Linux lecture6Linux lecture6
Linux lecture6
 
Webinar: Linux administration : Past, Present and Is the Future
Webinar: Linux administration : Past, Present and Is the FutureWebinar: Linux administration : Past, Present and Is the Future
Webinar: Linux administration : Past, Present and Is the Future
 
Linux system administration
Linux system administrationLinux system administration
Linux system administration
 
Linux shell env
Linux shell envLinux shell env
Linux shell env
 
Linux administration
Linux administrationLinux administration
Linux administration
 
Linux System Administration Crash Course
Linux System Administration Crash CourseLinux System Administration Crash Course
Linux System Administration Crash Course
 
Linux commands and file structure
Linux commands and file structureLinux commands and file structure
Linux commands and file structure
 
IT Operations for Web Developers
IT Operations for Web DevelopersIT Operations for Web Developers
IT Operations for Web Developers
 
Linux Administration for Developers
Linux Administration for DevelopersLinux Administration for Developers
Linux Administration for Developers
 
Linux system admin useful commands
Linux system admin useful commandsLinux system admin useful commands
Linux system admin useful commands
 
Part 1 of 'Introduction to Linux for bioinformatics': Introduction
Part 1 of 'Introduction to Linux for bioinformatics': IntroductionPart 1 of 'Introduction to Linux for bioinformatics': Introduction
Part 1 of 'Introduction to Linux for bioinformatics': Introduction
 
Linux system admin
Linux system adminLinux system admin
Linux system admin
 
Ch02 system administration
Ch02 system administration Ch02 system administration
Ch02 system administration
 
Linux day 2016 la shell in linux
Linux day 2016   la shell in linuxLinux day 2016   la shell in linux
Linux day 2016 la shell in linux
 
Chiropractic Whiplash
Chiropractic WhiplashChiropractic Whiplash
Chiropractic Whiplash
 
oracle linux administration | oracle linux training - oracle trainings
oracle linux administration | oracle linux training - oracle trainingsoracle linux administration | oracle linux training - oracle trainings
oracle linux administration | oracle linux training - oracle trainings
 
Chapter 02
Chapter 02Chapter 02
Chapter 02
 
Introduction to unix
Introduction to unixIntroduction to unix
Introduction to unix
 
introduction to linux desktop draft 5
introduction to linux desktop draft 5introduction to linux desktop draft 5
introduction to linux desktop draft 5
 
Linux introduction (eng)
Linux introduction (eng)Linux introduction (eng)
Linux introduction (eng)
 

Similaire à Getting Started With Linux Administration

How to protect an Enterprise Email and Collaboration environment using Veeam ...
How to protect an Enterprise Email and Collaboration environment using Veeam ...How to protect an Enterprise Email and Collaboration environment using Veeam ...
How to protect an Enterprise Email and Collaboration environment using Veeam ...Jorge de la Cruz
 
Projects, Roles & Responsibilities
Projects, Roles & ResponsibilitiesProjects, Roles & Responsibilities
Projects, Roles & ResponsibilitiesSaud Nazeer
 
Securing with Sophos - Sophos Day Belux 2014
Securing with Sophos - Sophos Day Belux 2014Securing with Sophos - Sophos Day Belux 2014
Securing with Sophos - Sophos Day Belux 2014Sophos Benelux
 
Feasibility Study Template for Electronic Software Distribution
Feasibility Study Template for Electronic Software DistributionFeasibility Study Template for Electronic Software Distribution
Feasibility Study Template for Electronic Software DistributionFlevy.com Best Practices
 
Enhance your Agility with DevOps
Enhance your Agility with DevOpsEnhance your Agility with DevOps
Enhance your Agility with DevOpsEdureka!
 
6048618 cloning-procedure-of-r12-single-tier
6048618 cloning-procedure-of-r12-single-tier6048618 cloning-procedure-of-r12-single-tier
6048618 cloning-procedure-of-r12-single-tierbalaji29
 
Harbour IT & VMware - vForum 2010 Wrap
Harbour IT & VMware - vForum 2010 WrapHarbour IT & VMware - vForum 2010 Wrap
Harbour IT & VMware - vForum 2010 WrapHarbourIT
 
Windows 2012 R2 Multi Server Management
Windows 2012 R2 Multi Server ManagementWindows 2012 R2 Multi Server Management
Windows 2012 R2 Multi Server ManagementSharkrit JOBBO
 
Webappcontrol for Information Technology
Webappcontrol for Information TechnologyWebappcontrol for Information Technology
Webappcontrol for Information Technologytiwariparivaar24
 
Storage-Backup-Resume
Storage-Backup-ResumeStorage-Backup-Resume
Storage-Backup-ResumeManu Mohan
 
Seven steps to better security
Seven steps to better securitySeven steps to better security
Seven steps to better securityMichael Pignataro
 
Projects and Achievements at GosNIIAS - Victor Berenshteyn
Projects and Achievements at GosNIIAS - Victor BerenshteynProjects and Achievements at GosNIIAS - Victor Berenshteyn
Projects and Achievements at GosNIIAS - Victor BerenshteynVictor Berenshteyn
 
Virutalization and the Future of Datacenter Security
Virutalization and the Future of Datacenter SecurityVirutalization and the Future of Datacenter Security
Virutalization and the Future of Datacenter Securityguestb09e16
 
506692_Vierra_Resume (1)
506692_Vierra_Resume (1)506692_Vierra_Resume (1)
506692_Vierra_Resume (1)Tracy Vierra
 

Similaire à Getting Started With Linux Administration (20)

How to protect an Enterprise Email and Collaboration environment using Veeam ...
How to protect an Enterprise Email and Collaboration environment using Veeam ...How to protect an Enterprise Email and Collaboration environment using Veeam ...
How to protect an Enterprise Email and Collaboration environment using Veeam ...
 
Projects, Roles & Responsibilities
Projects, Roles & ResponsibilitiesProjects, Roles & Responsibilities
Projects, Roles & Responsibilities
 
Commvault Story - CVTSP_1.pptx
Commvault Story - CVTSP_1.pptxCommvault Story - CVTSP_1.pptx
Commvault Story - CVTSP_1.pptx
 
IBM Notes in the Cloud
IBM Notes in the CloudIBM Notes in the Cloud
IBM Notes in the Cloud
 
Securing with Sophos - Sophos Day Belux 2014
Securing with Sophos - Sophos Day Belux 2014Securing with Sophos - Sophos Day Belux 2014
Securing with Sophos - Sophos Day Belux 2014
 
IUG ATL PC 9.5
IUG ATL PC 9.5IUG ATL PC 9.5
IUG ATL PC 9.5
 
Feasibility Study Template for Electronic Software Distribution
Feasibility Study Template for Electronic Software DistributionFeasibility Study Template for Electronic Software Distribution
Feasibility Study Template for Electronic Software Distribution
 
Bintan
BintanBintan
Bintan
 
Enhance your Agility with DevOps
Enhance your Agility with DevOpsEnhance your Agility with DevOps
Enhance your Agility with DevOps
 
6048618 cloning-procedure-of-r12-single-tier
6048618 cloning-procedure-of-r12-single-tier6048618 cloning-procedure-of-r12-single-tier
6048618 cloning-procedure-of-r12-single-tier
 
Harbour IT & VMware - vForum 2010 Wrap
Harbour IT & VMware - vForum 2010 WrapHarbour IT & VMware - vForum 2010 Wrap
Harbour IT & VMware - vForum 2010 Wrap
 
Windows 2012 R2 Multi Server Management
Windows 2012 R2 Multi Server ManagementWindows 2012 R2 Multi Server Management
Windows 2012 R2 Multi Server Management
 
Webappcontrol for Information Technology
Webappcontrol for Information TechnologyWebappcontrol for Information Technology
Webappcontrol for Information Technology
 
Storage-Backup-Resume
Storage-Backup-ResumeStorage-Backup-Resume
Storage-Backup-Resume
 
Seven steps to better security
Seven steps to better securitySeven steps to better security
Seven steps to better security
 
What's new in p2 (2009)?
What's new in p2 (2009)?What's new in p2 (2009)?
What's new in p2 (2009)?
 
Sudheendra
SudheendraSudheendra
Sudheendra
 
Projects and Achievements at GosNIIAS - Victor Berenshteyn
Projects and Achievements at GosNIIAS - Victor BerenshteynProjects and Achievements at GosNIIAS - Victor Berenshteyn
Projects and Achievements at GosNIIAS - Victor Berenshteyn
 
Virutalization and the Future of Datacenter Security
Virutalization and the Future of Datacenter SecurityVirutalization and the Future of Datacenter Security
Virutalization and the Future of Datacenter Security
 
506692_Vierra_Resume (1)
506692_Vierra_Resume (1)506692_Vierra_Resume (1)
506692_Vierra_Resume (1)
 

Plus de Edureka!

What to learn during the 21 days Lockdown | Edureka
What to learn during the 21 days Lockdown | EdurekaWhat to learn during the 21 days Lockdown | Edureka
What to learn during the 21 days Lockdown | EdurekaEdureka!
 
Top 10 Dying Programming Languages in 2020 | Edureka
Top 10 Dying Programming Languages in 2020 | EdurekaTop 10 Dying Programming Languages in 2020 | Edureka
Top 10 Dying Programming Languages in 2020 | EdurekaEdureka!
 
Top 5 Trending Business Intelligence Tools | Edureka
Top 5 Trending Business Intelligence Tools | EdurekaTop 5 Trending Business Intelligence Tools | Edureka
Top 5 Trending Business Intelligence Tools | EdurekaEdureka!
 
Tableau Tutorial for Data Science | Edureka
Tableau Tutorial for Data Science | EdurekaTableau Tutorial for Data Science | Edureka
Tableau Tutorial for Data Science | EdurekaEdureka!
 
Python Programming Tutorial | Edureka
Python Programming Tutorial | EdurekaPython Programming Tutorial | Edureka
Python Programming Tutorial | EdurekaEdureka!
 
Top 5 PMP Certifications | Edureka
Top 5 PMP Certifications | EdurekaTop 5 PMP Certifications | Edureka
Top 5 PMP Certifications | EdurekaEdureka!
 
Top Maven Interview Questions in 2020 | Edureka
Top Maven Interview Questions in 2020 | EdurekaTop Maven Interview Questions in 2020 | Edureka
Top Maven Interview Questions in 2020 | EdurekaEdureka!
 
Linux Mint Tutorial | Edureka
Linux Mint Tutorial | EdurekaLinux Mint Tutorial | Edureka
Linux Mint Tutorial | EdurekaEdureka!
 
How to Deploy Java Web App in AWS| Edureka
How to Deploy Java Web App in AWS| EdurekaHow to Deploy Java Web App in AWS| Edureka
How to Deploy Java Web App in AWS| EdurekaEdureka!
 
Importance of Digital Marketing | Edureka
Importance of Digital Marketing | EdurekaImportance of Digital Marketing | Edureka
Importance of Digital Marketing | EdurekaEdureka!
 
RPA in 2020 | Edureka
RPA in 2020 | EdurekaRPA in 2020 | Edureka
RPA in 2020 | EdurekaEdureka!
 
Email Notifications in Jenkins | Edureka
Email Notifications in Jenkins | EdurekaEmail Notifications in Jenkins | Edureka
Email Notifications in Jenkins | EdurekaEdureka!
 
EA Algorithm in Machine Learning | Edureka
EA Algorithm in Machine Learning | EdurekaEA Algorithm in Machine Learning | Edureka
EA Algorithm in Machine Learning | EdurekaEdureka!
 
Cognitive AI Tutorial | Edureka
Cognitive AI Tutorial | EdurekaCognitive AI Tutorial | Edureka
Cognitive AI Tutorial | EdurekaEdureka!
 
AWS Cloud Practitioner Tutorial | Edureka
AWS Cloud Practitioner Tutorial | EdurekaAWS Cloud Practitioner Tutorial | Edureka
AWS Cloud Practitioner Tutorial | EdurekaEdureka!
 
Blue Prism Top Interview Questions | Edureka
Blue Prism Top Interview Questions | EdurekaBlue Prism Top Interview Questions | Edureka
Blue Prism Top Interview Questions | EdurekaEdureka!
 
Big Data on AWS Tutorial | Edureka
Big Data on AWS Tutorial | Edureka Big Data on AWS Tutorial | Edureka
Big Data on AWS Tutorial | Edureka Edureka!
 
A star algorithm | A* Algorithm in Artificial Intelligence | Edureka
A star algorithm | A* Algorithm in Artificial Intelligence | EdurekaA star algorithm | A* Algorithm in Artificial Intelligence | Edureka
A star algorithm | A* Algorithm in Artificial Intelligence | EdurekaEdureka!
 
Kubernetes Installation on Ubuntu | Edureka
Kubernetes Installation on Ubuntu | EdurekaKubernetes Installation on Ubuntu | Edureka
Kubernetes Installation on Ubuntu | EdurekaEdureka!
 
Introduction to DevOps | Edureka
Introduction to DevOps | EdurekaIntroduction to DevOps | Edureka
Introduction to DevOps | EdurekaEdureka!
 

Plus de Edureka! (20)

What to learn during the 21 days Lockdown | Edureka
What to learn during the 21 days Lockdown | EdurekaWhat to learn during the 21 days Lockdown | Edureka
What to learn during the 21 days Lockdown | Edureka
 
Top 10 Dying Programming Languages in 2020 | Edureka
Top 10 Dying Programming Languages in 2020 | EdurekaTop 10 Dying Programming Languages in 2020 | Edureka
Top 10 Dying Programming Languages in 2020 | Edureka
 
Top 5 Trending Business Intelligence Tools | Edureka
Top 5 Trending Business Intelligence Tools | EdurekaTop 5 Trending Business Intelligence Tools | Edureka
Top 5 Trending Business Intelligence Tools | Edureka
 
Tableau Tutorial for Data Science | Edureka
Tableau Tutorial for Data Science | EdurekaTableau Tutorial for Data Science | Edureka
Tableau Tutorial for Data Science | Edureka
 
Python Programming Tutorial | Edureka
Python Programming Tutorial | EdurekaPython Programming Tutorial | Edureka
Python Programming Tutorial | Edureka
 
Top 5 PMP Certifications | Edureka
Top 5 PMP Certifications | EdurekaTop 5 PMP Certifications | Edureka
Top 5 PMP Certifications | Edureka
 
Top Maven Interview Questions in 2020 | Edureka
Top Maven Interview Questions in 2020 | EdurekaTop Maven Interview Questions in 2020 | Edureka
Top Maven Interview Questions in 2020 | Edureka
 
Linux Mint Tutorial | Edureka
Linux Mint Tutorial | EdurekaLinux Mint Tutorial | Edureka
Linux Mint Tutorial | Edureka
 
How to Deploy Java Web App in AWS| Edureka
How to Deploy Java Web App in AWS| EdurekaHow to Deploy Java Web App in AWS| Edureka
How to Deploy Java Web App in AWS| Edureka
 
Importance of Digital Marketing | Edureka
Importance of Digital Marketing | EdurekaImportance of Digital Marketing | Edureka
Importance of Digital Marketing | Edureka
 
RPA in 2020 | Edureka
RPA in 2020 | EdurekaRPA in 2020 | Edureka
RPA in 2020 | Edureka
 
Email Notifications in Jenkins | Edureka
Email Notifications in Jenkins | EdurekaEmail Notifications in Jenkins | Edureka
Email Notifications in Jenkins | Edureka
 
EA Algorithm in Machine Learning | Edureka
EA Algorithm in Machine Learning | EdurekaEA Algorithm in Machine Learning | Edureka
EA Algorithm in Machine Learning | Edureka
 
Cognitive AI Tutorial | Edureka
Cognitive AI Tutorial | EdurekaCognitive AI Tutorial | Edureka
Cognitive AI Tutorial | Edureka
 
AWS Cloud Practitioner Tutorial | Edureka
AWS Cloud Practitioner Tutorial | EdurekaAWS Cloud Practitioner Tutorial | Edureka
AWS Cloud Practitioner Tutorial | Edureka
 
Blue Prism Top Interview Questions | Edureka
Blue Prism Top Interview Questions | EdurekaBlue Prism Top Interview Questions | Edureka
Blue Prism Top Interview Questions | Edureka
 
Big Data on AWS Tutorial | Edureka
Big Data on AWS Tutorial | Edureka Big Data on AWS Tutorial | Edureka
Big Data on AWS Tutorial | Edureka
 
A star algorithm | A* Algorithm in Artificial Intelligence | Edureka
A star algorithm | A* Algorithm in Artificial Intelligence | EdurekaA star algorithm | A* Algorithm in Artificial Intelligence | Edureka
A star algorithm | A* Algorithm in Artificial Intelligence | Edureka
 
Kubernetes Installation on Ubuntu | Edureka
Kubernetes Installation on Ubuntu | EdurekaKubernetes Installation on Ubuntu | Edureka
Kubernetes Installation on Ubuntu | Edureka
 
Introduction to DevOps | Edureka
Introduction to DevOps | EdurekaIntroduction to DevOps | Edureka
Introduction to DevOps | Edureka
 

Dernier

The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsJoaquim Jorge
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUK Journal
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024Results
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?Igalia
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEarley Information Science
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessPixlogix Infotech
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 

Dernier (20)

The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your Business
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 

Getting Started With Linux Administration

  • 1. Getting Started with Linux Administration
  • 2. What will you learn today?  Why you should learn Linux?  Roles & Responsibilities of a Linux Administrator  Installation and Upgradation in Linux  Storage Migration using LVM  User Administration in Linux www.edureka.co/linux-admin
  • 3. Why Linux? www.edureka.co/linux-admin Multiple Distributions Very Easy To Learn and Use Very Secured Freely Available Fast and Effective Virus Free
  • 4. Roles & Responsibilities www.edureka.co/linux-admin  Installation & Upgradation  Patching  Application support  Storage migrations  User Administration  Installation and configuring servers/services  Backup & Restore  Troubleshooting  Network Engineer  Linux Admin  System Engineer  Application support  Support Engineer  Software Engineer
  • 5. Installation & Upgradation www.edureka.co/linux-admin  Performing manual & network based installations  VMWare installations  Implementation OS upgradation by performing necessary tests  Writing and implementing necessary pre & post install scripts as a part of installation
  • 6. Installation www.edureka.co/linux-admin  Power on your computer system.  Go to BIOS setup and change your first boot device to CD/DVD  Insert the CentOS CD/DVD disk into your computer  Follow steps from the installation guide in LMS.  For installing as a VM, install Virtual manager software for your OS.  Start VM and select CentOS as guest OS.  Insert the CentOS CD/DVD disk into your computer  Follow steps from the installation guide in LMS. Pre-requisites OR
  • 7. RPM Package Manager www.edureka.co/linux-admin  RPM provides complete software packaging features, including pre-and post-install scripts, dependencies, meta information, and an installed software database  The database of all installed software maintained on the machine comes in handy for tracking and updating, dependency verification, and software management  RPM format – Packagename.version.release.architect.rpm Prerequisites
  • 8. RPM Package Manager (Contd.) www.edureka.co/linux-admin RPM Features :  Provides package management: »Install »Remove or Uninstall »Query »Upgrade »Verify  Automatically verifies packages using GPG, MD5, SHA1SUMs  Automatically reports on unresolved dependencies
  • 9. Patching www.edureka.co/linux-admin  Deploying patches in test, monitor and deploy to production $ patch < patch.file $ patch source.code.file < patch.file $ patch -p LEVEL < {/path/to/patch/file}  Documentation  Bug fixes
  • 11. Application Support www.edureka.co/linux-admin  Perform system/application installation  Perform system/service problem management and troubleshooting  Execute system/service configuration management
  • 12. Application Support www.edureka.co/linux-admin  Participate in ticket support for internal teams and external vendors by troubleshooting customer issues in Production, Pre-Production and Customer test environments  Track day to day incidents and issues using special monitoring tools
  • 13. Storage Migrations www.edureka.co/linux-admin Migrating LVM partitions • One of the excellent feature, where we can migrate the logical volumes to a new disk without the data-loss and downtime. Map networks • Nagios/Nagvis, Mila_Ajax_Map, Safe Mapping and Reporting Tool (SMART), Network Scaner, NMap Console
  • 14. Storage Migrations www.edureka.co/linux-admin Check file system layout LUN • virtual layer between physical disk and application
  • 15. User Administration www.edureka.co/linux-admin  Creating / Using groups  Managing user accounts  Automation if needed
  • 16. User Administration www.edureka.co/linux-admin User Administration  To manage users via command line, the following commands are used » useradd » usermod » userdel » passwd  The user configuration files are stored in two files » /etc/passwd » /etc/shadow
  • 17. User Administration – cat command (Contd.) www.edureka.co/linux-admin Adding a New User Account  Syntax: useradd [options] username  Command: useradd edureka1 To set password for a specific user  Syntax: passwd username  Command: passwd edureka1 passwd without argument defaults to change the password of the currently logged-in user
  • 18. User Administration - Modifying Accounts www.edureka.co/linux-admin Modifying / Deleting User Accounts Usermod command is used to edit/modify or delete user accounts  syntax: usermod [options] username To change user’s home directory  Command: usermod -d /home/edureka3 edureka3  The usermod -d option changed the user’s home directory from /tmp/edureka3 to /home/edureka3
  • 19. User Administration – Sudo users www.edureka.co/linux-admin Sudo user  Sudo allows a permitted user to execute a command as the superuser or another user as specified by the security policy
  • 20. User Administration – Sudo users (Contd.) www.edureka.co/linux-admin Sudo user  visudo command edits /etc/sudoers file in a safe fashion, locking the file from making simultaneous edits
  • 21. User Administration - Setting ACL www.edureka.co/linux-admin Access Control Lists (ACLs) Setting ACL  Command: setfacl -m u:edureka:rw linux.txt  Assigned read and write permission to user edureka
  • 22. User Administration - Remove Permissions www.edureka.co/linux-admin Access Control Lists (ACLs) Remove permissions for the user  Command: setfacl -x u:joial linux.txt
  • 23. Configuring Services www.edureka.co/linux-admin Manage high availability and high traffic servers Maintain the performance, security, consistency, backup and availability of servers Server Administration Working on open source software Proactive Server Monitoring Writing Scripts for Systems management & automation Ticket handling
  • 24. Course Details www.edureka.co/linux-admin Become an expert in Linux Administration Go to www.edureka.co/linux-admin Edureka's Linux Administration course: • This course is designed to shape you as a Linux professional & help you to run applications, perform desired functions on your system and networks, create a network configuration, and maintain security administration. • You will work on a Project which involves performing some of the day-to-day activities you would need to do as a Linux administrator. • Online Live Courses: 42 hours • Assignments: 25 hours • Project: 20 hours • Lifetime Access + 24 X 7 Support
  • 25. Thank You Questions/Queries/Feedback Recording and presentation will be made available to you within 24 hours