Linux Permissions | Linux tutorial 2021 | linux masterclass

Опубликовано: 13 Октябрь 2024
на канале: LabIT
316
7

#Linux #LinuxMasterclass #TopITskillsindemandin2021 #LinuxTutorial2021 #TheCompleteLinuxCourse #LinuxSystemAdministrationCourse

Hi
In this linux tutorial 2021, i will help you understand linux permissions

00:00 Introduction to Linux Permissions
00:30 Permission groups - owner, group, others
1:00 Permission Types
1:50 linux permissions examples - Display contents of a directory in long list format
3:00 how to change file permissions in linux using chmod command
6:20 how to change file permissions in linux using chmod command - octal format
7:30 how to change permissions of directory in linux
10:45 how to change file ownership using chown command
13:00 Changing group using chgrp command
15:45 special permission types in linux - d
16:15 special permission types in linux - symbolic link
18:00 special permission types in linux - setuid/setgid permissions
19:20 special permission types in linux - sticky bit

Link to the git repository
https://gitlab.com/LabIT/linux

Here is a link to linux masterclass
   • Linux Master Class : Skill up and bec...  

Lecture 1: Introduction
   • Linux Tutorial 2021 : From Beginner t...  
Lecture 2: Overview of common linux terms
   • What is Linux? | Linux Masterclass | ...  
Lecture 3: Install Virtualbox on Windows 10
   • Lecture 4 of 18 : How to create a vir...  
Lecture 4: Create your first virtual machine and install Ubuntu
   • Video  
Lecture 5: Overview of Ubuntu Desktop
   • Ubuntu 18.04 Desktop | Linux Tutorial...  
Lecture 6: Introduction to Linux shell
   • Linux Tutorial 2021 : From Beginner t...  
Lecture 7: access help in Linux shell
   • Access help in Linux shell | Linux Tu...  
Lecture 8: Understanding Files in Linux : Everything is a File
   • Everything is a file in linux | Linux...  
Lecture 9: Perform directory operations and understanding absolute and relative paths
   • Linux Directory Commands | Linux Tuto...  
Lecture 10: Understanding the Linux File System
   • Linux Directory structure | Linux Tut...  
Lecture 11: read contents of a File using various commands
   • Working with Linux files | Linux Tuto...  
Lecture 12: Mastering the VI editor
   • Video  
Lecture 13:Installation and overview of VIM and Nano text editors
   • VIM and Nano Text Editors | Linux Tut...  
Lecture 14: manage Users in Linux
   • Manage Users in Linux |  Linux tutori...  
Lecture 15 :Linux root : three different types of root in Linux
   • Understanding different types of root...  
Lecture 16:Managing groups in Linux and overview of sudo and wheel
   • Linux groups explained | Sudo and Whe...  
Lecture 17:Permissions : securing your Linux environment like an expert
   • Linux Permissions  | Linux tutorial 2...  
Lecture 18:use Grep command to search like a pro in Linux
   • Linux Grep command  | Linux Tutorial ...  
Lecture 19:use find command in Linux
   • Find command in Linux | Linux Tutoria...  
Lecture 20:Redirect output of a command to a file
   • Redirection in Linux | Linux tutorial...  
Lecture 21:Use the pipe operator in linux
   • Linux Pipe Operator | Linux tutorial ...  
Lecture 22: Compress and decompress files in linux usin tar, zip and gzip
   • File Compression in linux | Linux tut...  
Lecture 23: schedule tasks in Linux using CRONTAB
   • Schedule tasks using CRONTAB | Linux ...  
Lecture 24: Install MySQL server on Linux
   • Install MySQL on Ubuntu  | Linux tuto...  
Lecture 25: Install LAMP stack on Ubuntu Linux
   • Install LAMP stack on Linux | Linux t...  
Lecture 26: Mount a new hard drive on Linux
   • How to mount new drive Linux | Linux ...  
Lecture 27: Manage Linux Firewall using UFW( Uncomplicated Firewall)
   • Manage Linux Firewall | UFW | Linux t...  
Lecture 28: Linux Boot Process
   • Linux Boot Process | Linux tutorial 2...  
Lecture 29: Upgrade Ubuntu 18.04 to 19.04 Disco Dingo
   • Lecture 29 of 29 : How to upgrade Ubu...  
Lecture 30 : For loop in Linux scripting
   • For loop in linux scripts |  Linux tu...  
Lecture 31: While loop in Linux Bash scripts
   • Video