Excellent summary. Just as a bit of trivia I’ll add that Linux file permissions go like r w x (read write execute) = 4 2 1, so taken all together a 7 means the indicated user can do all those operations.
And yeah, it breaks your system in surprising ways. Most people would just have to start over.
Excellent summary. Just as a bit of trivia I’ll add that Linux file permissions go like
r w x
(read write execute) =4 2 1
, so taken all together a7
means the indicated user can do all those operations.And yeah, it breaks your system in surprising ways. Most people would just have to start over.