Commit a5c5714
doc: document file mode caveats on Windows
- On Windows only the write permission (read-only bit) can be
manipulated, and there is no distinction among owner, group
or others.
- mkdir on Windows does not support the mode argument.
PR-URL: #20636
Fixes: #20498
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Anatoli Papirovski <apapirovski@mac.com>
Backport-PR-URL: #211721 parent 2fe88d2 commit a5c5714
1 file changed
+8
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1089 | 1089 | | |
1090 | 1090 | | |
1091 | 1091 | | |
| 1092 | + | |
| 1093 | + | |
| 1094 | + | |
| 1095 | + | |
1092 | 1096 | | |
1093 | 1097 | | |
1094 | 1098 | | |
| |||
1987 | 1991 | | |
1988 | 1992 | | |
1989 | 1993 | | |
1990 | | - | |
| 1994 | + | |
1991 | 1995 | | |
1992 | 1996 | | |
1993 | 1997 | | |
| |||
2007 | 2011 | | |
2008 | 2012 | | |
2009 | 2013 | | |
2010 | | - | |
| 2014 | + | |
2011 | 2015 | | |
2012 | 2016 | | |
2013 | 2017 | | |
| |||
2127 | 2131 | | |
2128 | 2132 | | |
2129 | 2133 | | |
2130 | | - | |
| 2134 | + | |
| 2135 | + | |
2131 | 2136 | | |
2132 | 2137 | | |
2133 | 2138 | | |
| |||
0 commit comments