Differences
This shows you the differences between the selected revisions of the page.
ui_permissions 2020-05-12 | ui_permissions 2024-06-26 (current) | ||
Line 12: | Line 12: | ||
&screenshotpict(permissions) | &screenshotpict(permissions) | ||
+ | ===== Simple Permissions ===== | ||
+ | The rows of checkboxes are used to set/unset specific permissions for the //Owner// (the owner of the file); the //Group// (members of file group); and //Others// (all others). The label //R// stands for "read permissions for file (or folder)", //W// for "write" and //X// for "execute". For directories the "execute permission" means permission to enter the directory (make it working directory). | ||
+ | ===== [[special]] Special Permissions ===== | ||
+ | There are three special permissions. //Set UID// and //Set GID// are used with executable files. They grant the user, who executes the file, permissions of file owner or group, respectively. //Sticky bit// for executable files makes the kernel keep the memory image of the process after it has terminated, in order to avoid the overhead of reloading it when it is re-invoked. //Sticky bit// for directories ensures that only the owner of a file can remove or delete the file or directory. | ||
+ | |||
+ | Note that while non-Unix systems are usually able to map the 9 simple Unix-style permissions to their own style, they probably won't be able to handle the 3 special permissions. | ||
+ | |||
+ | Also [[interoperability|not all Unix SFTP servers]] are able to set the special permissions. | ||
===== [[undefined]] Undefined Permissions ===== | ===== [[undefined]] Undefined Permissions ===== | ||
- | When explicitly changing permissions of existing remote files, the checkboxes can be set to undefined state.((Small black square on Windows 10 and Windows 8; &win10 &win8 Blue square on Windows 7 and Vista; &win7 &winvista Green square on Windows XP &winxp (all for default themes).)) It means that the particular permissions should be left to its current state. This is useful when you want to change one particular permission for set of files/directories that have different permissions. | + | When explicitly changing permissions of existing remote files, the checkboxes can be set to undefined state.((Minus sign on blue background on Windows 11, &win11 small black square on Windows 10 and Windows 8; &win10 &win8 Blue square on Windows 7 and Vista; &win7 &winvista Green square on Windows XP &winxp (all for default themes).)) It means that the particular permissions should be left to its current state. This is useful when you want to change one particular permission for set of files/directories that have different permissions. |
Note that this will not work fully for [[scp|SCP protocol]] for files in subdirectories. | Note that this will not work fully for [[scp|SCP protocol]] for files in subdirectories. | ||
Line 35: | Line 43: | ||
The checkbox is disabled, if you check "execute" permissions explicitly for all permission groups, as it makes it effectively useless. | The checkbox is disabled, if you check "execute" permissions explicitly for all permission groups, as it makes it effectively useless. | ||
+ | ===== [[s3_acl]] S3 ACL ===== | ||
+ | |||
+ | With [[s3|S3 protocol]], you can set basic file ACL on [[ui_properties|Properties dialog]]. | ||
+ | |||
+ | &screenshotpict(permissions_s3) | ||
+ | |||
+ | The rows of checkboxes are used to set/unset specific permissions for the //Owner// (the owner of the file); the //Users// (anyone with an AWS account); and //Everyone// (public access). The label //R// stands for "read permissions for the file", //R ACL// for "read permissions for the file ACL" and //W ACL// for "write permissions for the file ACL". | ||
+ | |||
+ | Changing permissions of S3 folders is not supported. |