Linux Command Line Tutorial For Beginners 19 - Octal and Numerical permissions (chmod)

preview_player
Показать описание
The chmod numerical format accepts up to four octal digits. The three rightmost digits refer to permissions for the file owner, the group, and other users. The optional leading digit (when 4 digits are given) specifies the special setuid, setgid, and sticky flags.

# Permission rwx
7 read, write and execute rwx
6 read and write rw-
5 read and execute r-x
4 read only r--
3 write and execute -wx
2 write only -w-
1 execute only --x
0 none ---
★★★Top Online Courses From ProgrammingKnowledge ★★★

★★★ Online Courses to learn ★★★

★★★ Follow ★★★

DISCLAIMER: This video and description contains affiliate links, which means that if you click on one of the product links, I’ll receive a small commission. This help support the channel and allows us to continue to make videos like this. Thank you for the support!
Рекомендации по теме
Комментарии
Автор

Finally! I understood it. Even after 6 years; it is still gold. That's the beauty of educational content. Thanks a ton :)

MadanNeelapu
Автор

Thanks for the video! I'm studying for the Red Hat RHCSA, and symbolic form made perfect sense to me. Now I understand octal form as well.

genemontgomery
Автор

Thank you for all videos about terminal

firuzanabiyeva
Автор

Sir Awesome explanation Chmod permissions....bez of your video i got this concept now

fastgeneration
Автор

very much helpful.thank u sir for making these videos.

AyushiSharmaDSA
Автор

Really really superb
Expalination
thank you..

jagadeeshyeddula
Автор

Thanks for the video and your explanation is so clear it's make me understand well

SivanagireddyNandyala
Автор

explanation is LIT.. Thank you for your videos

mubashircodes
Автор

very easy and understandable explabation thx bro

schnecht
Автор

Thanku so much sir 👌 you are great 👍👍👍I really like your channel....

eramperwez
Автор

Awewomw sir! u're matchless. Thank you so much Sir :)

priyankasarkar
Автор

Anybody have a suggestion for learning binary? I am new to Linux, so I didn't quite understand this.

tevinanderson
Автор

i have been learning a lot which your teaching method.
Questions lets say i has /Desktop/a/b/c/d and file.txt in /d how do i move from /d to desktop; I have tried mv filename ../ ../ (i can only move it back two dir when i use another ../ for the third time it tell me that the dir is busy. ) is the away to mv file anywhere in the system and how can i do it thank you. .

sylarfeet