Please enable JavaScript.
Coggle requires JavaScript to display documents.
files permissions - Coggle Diagram
files permissions
Windows
-
-
-
read - allow read files, directories and subdirectories
-
-
List folder contents - is an alias for Read and Execute on a directory. Checking one will check the other. :check:
-
modify - is
an umbrella permission (a joker) that include read, execute and write. :warning:
full controle Full control, a user or group with full control can do anything they want to the file
-
linux
-
-
-
-
modify permissios
chmod
-
-
-
para adicionar ou remover permissioes, basta colocar o sinal de + ou - para o grupo afetado :warning:
-
-
special permissions SetUID, SetGID, Sticky Bit
-
-
Sticky bit
It makes it so anyone can write to a file or folder,
but they can't actually delete anything.
-
-