Linux Tutorial for Beginners [New Step-by-Step Tutorial with FREE LAB ACCESS]

preview_player
Показать описание
In this Linux tutorial you will learn Linux from scratch and learn the most basic of its commands and understand how and when to use them.

Linux is the most well-known and widely used open source operating system.
It is greatly used across the world with 96.3 percent of the top 1 million web servers running on Linux and 86% of all smartphones powered by Linux.

It is important to learn Linux as in the cloud and DevOps world, many of the new tools are developed and used in Linux environments first before they are made available on other operating systems.

Below are the topics we are going to discuss in this Linux tutorial for beginners.

00:00:00 - Introduction
00:02:30 - Log into Local & Remote Consoles
00:13:57 - Read and Use System Documentation
00:23:35 - Working with Files and Directories
00:37:11 - Create and Manage Hard Links
00:45:09 - Create and Manage Soft Links
00:50:15 - List, Set and Change File Permissions
1:17:01 - Search Files with Grep
1:20:37 - Analyze Text with Regular Expressions
1:31:10 - Extended Regular Expressions
1:44:35 - Manage Local User Accounts
2:02:05 - Configure User Resource Limits
2:09:28 - Manage User Privileges
2:15:27 - Manage Access to the Root Account
2:18:42 - KodeKloud Advanced Courses

The most important thing while learning Linux, especially the Linux command line is practice.
This lecture have hands-on labs where you will be given challenges to solve. The labs open up right in your browser, so there is no hassle of setting up environments to practice. You start practicing seconds after the lecture is complete. The labs are fun to work with and give you challenges to solve.

Become an expert by trying out our Linux Playground which will give you a real environment to work on and implement your learnings.

You may also wanna check out these playlists:


You can find us also here:

Рекомендации по теме
Комментарии
Автор

The best video to understand linux till its core...great job dude. Expecting more....

vinodj
Автор

Can you please provide the pdf which you used for teaching. that really helps me to take notes on your pdf.

thepresistence
Автор

excellent trainings video! just some minor typos:
- @1:31:55 the egrep equivalent is missing the dash before the r option
- @1:41:50 the 'egrep -r' is repeated
also: mention, that multiple ranges and single letters can be mixed in brackets
i.e. instead of '(([a-z]|[A-Z])*' you can use '(([a-zA-Z])*', even '(([a-zA-XYZ])*' would work

pschugi
Автор

That was really good explanation..
I have a file I can open it using cat
But the code present in it I want to run
What command I should use?
Let me clear again I have a folder of code files I need to run the code not just view or copy. Then what is the command I should use

Karim-yipm
Автор

Lab is not accessible...it asks to enroll

cricketalwys
Автор

hey,

any idea how can we check multiple users exist in /etc/passwd ??

gangadharpavan
Автор

sudo userdel larry && sudo rm -r /home/larry

RahulDanwade