Message182021
cp removes three bits unless preserve ownership is enabled and some additional things are true.
mode &= ~ (S_ISUID | S_ISGID | S_ISVTX)
S_ISVTX is the sticky bit. |
|
Date |
User |
Action |
Args |
2013-02-13 11:10:31 | christian.heimes | set | recipients:
+ christian.heimes, tarek, milko.krachounov, hynek |
2013-02-13 11:10:31 | christian.heimes | set | messageid: <1360753831.24.0.898622654153.issue17180@psf.upfronthosting.co.za> |
2013-02-13 11:10:31 | christian.heimes | link | issue17180 messages |
2013-02-13 11:10:31 | christian.heimes | create | |
|