mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-03-17 10:24:37 +02:00
e2b45cb9fee871284cf3eb52f6152a6727e390ec
the previously-set umask unconditionally. Do that only when a MODE has been specified. Otherwise, call mkfifo with the full creation mask (0777 or 0666) and let the kernel apply the umask. The difference shows up only on file systems with ACL support when the containing directory has a default ACL. Patch by Andreas Gruenbacher. (main): Rename local `symbolic_mode' to `specified_mode'. Also, when MODE is specified, call chmod to ensure that the permission bits are set as specified even when the containing directory has a default ACL.
…
…
…
…
…
…
…
…
…
…
…
Description
These are the GNU core utilities. This package is the union of
the GNU fileutils, sh-utils, and textutils packages.
Languages
C
57.2%
Shell
26.9%
Perl
11.4%
Makefile
2.3%
M4
1%
Other
1.2%