Opened 3 years ago
Last modified 3 years ago
#12636 new Bug report
Setting file mode to 2755 does not set sticky group bit
Reported by: | Jamie Burchell | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | FileZilla Client |
Keywords: | Cc: | Jamie Burchell | |
Component version: | 3.57.0 | Operating system type: | Windows |
Operating system version: | Windows 10 (build 19043) 64-bit |
Description
Using SFTP to a Rocky Linux 8 OS, manually setting the numeric value of a directory to 2755 does not set the sticky group bit:
2755:
drwxr-xr-x.
2775:
drwxrwxr-x.
2777:
drwxrwxrwx.
6755 does set the SUID bit:
drwsr-xr-x.
chmod 2755 over SSH also sets the sticky bit.
Change History (1)
comment:1 by , 3 years ago
Summary: | Setting file mode to 2775 does not set sticky group bit → Setting file mode to 2755 does not set sticky group bit |
---|
Note:
See TracTickets
for help on using tickets.