Video - Linux File Permissions (chmod and chown)

Rob

Administrator
Staff member
Joined
Oct 27, 2011
Messages
1,183
Reaction score
2,179
Credits
3,316
The following video shows you how to use chmod and chown to change up file permissions. It also goes over the various settings you can apply to files with chmod.


chmod.png

Here is a quick cheat sheet for chmod:
Code:
7 = 4+2+1 (read/write/execute)
6 = 4+2 (read/write)
5 = 4+1 (read/execute)
4 = 4 (read)
3 = 2+1 (write/execute)
2 = 2 (write)
1 = 1 (execute)

Like this video? Subscribe to me on Youtube!

If you want $50 in free Digital Ocean credit, please click this affiliate link: https://m.do.co/c/10b82948a627

Please consider purchasing my ebook on Amazon for $2.99:
https://www.amazon.com/dp/B07KJF6H9P
 
Last edited:


captain-sensible

Well-Known Member
Joined
Jun 14, 2019
Messages
2,910
Reaction score
1,972
Credits
18,114
will have a look at video later ; i tend to use other format eg # chmod a+x apache-ant.SlackBuild
 

linuxenthusiast

New Member
Joined
Nov 10, 2019
Messages
1
Reaction score
0
Credits
0
Interesting video, any recommendation on how to setup shared directories on Linux?
 

Members online


Top