Linux Tutorials | Special Permissions in Linux | Linux File Permissions Part-2

Published: 26 April 2020
on channel: Linux Techie
547
10

ADVANCE / SPECIAL PERMISSIONS IN LINUX / LINUX TUTORIALS

1) Suid : SUID is a special permission assigned to a file. These permissions allow the file to be executed with the privileges of the owner.
If a file was owned by the root user and has the setuid bit set, no matter who executed the file it would always run with root user privileges.


Example:
chmod u+s FileName

2) Sgid (Set Group ID): When the Set Group ID bit is set, Every file created in the group will be created with group ownership and also executed files with the group ownership no matters who execute it.

Example:
chmod g+s direcotryName


3) Sticky bit : Files can be protected in a directory from getting removed by other users who do not own it by preventing it with sticky bit. It is displayed at the same location as the x permission for others.

Example:
chmod +t directoryName


----------------MUST WATCH----------------
Linux Tutorials | Basic File Permissions in Linux | Linux File Permissions Part-1
link-----    • Linux Tutorials | Basic File Permissi...  
Linux Tutorials | Special Permissions in Linux | Linux File Permissions Part-2
link -----    • Linux Tutorials | Special Permissions...  
Linux Tutorials | Access Control List ( ACL ) In Linux | Linux File Permissions Part-3
link ----    • Linux Tutorials | Access Control List...  

Linux Tutorials: Apply security patches ubuntu / upgrade linux os
link -----    • Linux Tutorials: Apply security patch...  
How To:execute single command on multiple servers using pssh
link -----    • How To:execute single command on mult...  
AWS TUTORIAL: HOW TO SECURE WEBSITE SERVED BY AWS S3 BUCKET
link ----    • AWS TUTORIAL: HOW TO SECURE WEBSITE S...  

EMAIL SPOOFING ATTACK: [SEND EMAIl WITH FAKE EMAIL ADDRESS] :USING KALI LINUX
link --------    • Video  

HOW TO HOST WEBSITE ON DEEP WEB / DARK NET / TOR
link ------ --    • How To Access Dark Web | Host Your We...  

HOW TO HIDE YOUR PUBLIC IP : [ STAY ANONYMOUS ]
link -----------    • HOW TO HIDE YOUR PUBLIC IP : [ STAY A...  

HOW TO:CONFIGURE HA-PROXY SERVER (LOAD BALANCER)
link ---------------    • HOW TO:CONFIGURE  HA-PROXY SERVER (LO...  

Data recovery using kali linux [Recover formatted data]
link -------------    • Data recovery using kali linux [Recov...  


Watch video Linux Tutorials | Special Permissions in Linux | Linux File Permissions Part-2 online without registration, duration hours minute second in high quality. This video was added by user Linux Techie 26 April 2020, don't forget to share it with your friends and acquaintances, it has been viewed on our site 547 once and liked it 10 people.