Home
last modified time | relevance | path

Searched refs:set (Results 1 – 25 of 39) sorted by relevance

12

/coreutils/doc/
Dperm.texi12 Each file has a set of @dfn{file mode bits} that control the kinds of
21 * Directory Setuid and Setgid:: Set-user-ID and set-group-ID on directories.
74 @item The @dfn{set-user-ID bit} (@dfn{setuid bit}).
75 @cindex set-user-ID
77 On execution, set the process's effective user ID to that of the file.
79 the same owner as the directory, no matter who creates them, and set
80 the set-user-ID bit of newly-created subdirectories.
82 @item The @dfn{set-group-ID bit} (@dfn{setgid bit}).
83 @cindex set-group-ID
85 On execution, set the process's effective group ID to that of the file.
[all …]
/coreutils/tests/
Denvvar-check56 if eval test \"\${$var+set}\" = set; then
57 echo "$0: the $var environment variable is set --" \
/coreutils/src/
Denv.c670 sigset_t set; in set_signal_proc_mask() local
673 sigemptyset (&set); in set_signal_proc_mask()
675 if (sigprocmask (0, nullptr, &set)) in set_signal_proc_mask()
682 sigaddset (&set, i); in set_signal_proc_mask()
687 sigdelset (&set, i); in set_signal_proc_mask()
704 if (sigprocmask (SIG_SETMASK, &set, nullptr)) in set_signal_proc_mask()
711 sigset_t set; in list_signal_handling() local
714 sigemptyset (&set); in list_signal_handling()
715 if (sigprocmask (0, nullptr, &set)) in list_signal_handling()
725 char const *blocked = sigismember (&set, i) ? "BLOCK" : ""; in list_signal_handling()
Ddircolors.hin1 # Configuration file for dircolors, a utility to help you set the
63 LINK 01;36 # symbolic link. (If you set this to 'target' instead of a
78 STICKY 37;44 # dir with the sticky bit set (+t) and not other-writable
100 # executable bit actually set.
/coreutils/man/
Dchmod.x32 given, but bits that are set in the umask are not affected.
55 The first digit selects the set user ID (4) and set group ID (2) and
76 clears the set-group-ID bit of a
Dinstall.x2 install \- copy files and set attributes
Dhostname.x2 hostname \- set or print the name of the current host system
Ddate.x2 date \- print or set the system date and time
/coreutils/tests/pr/
Dml24f-t6 1 Test-INPUT: "Without FF set by 1 Test-INPUT: "Without FF set by
Dml24-t6 1 Test-INPUT: "Without FF set by 1 Test-INPUT: "Without FF set by
Dloli1 1::: Test-INPUT: "Without FF set by Hand" :::
Dtn1 1 Test-INPUT: "Without FF set by Hand" V
Dt-t1 1 Test-INPUT: "Without FF set by Hand" V
Dtt-t1 1 Test-INPUT: "Without FF set by Hand" V
Dl24f-t6 1 Test-INPUT: "Without FF set by Hand" V
Dl24-t6 1 Test-INPUT: "Without FF set by Hand" V
Dml24f-t-0F6 1 Test-INPUT: "Without FF set by
Dml24f-lm-lo6 1<<< -Test: FF's in Text 1::: Test-INPUT: "Without FF set b
DJml24f-lm-lo6 1<<< -Test: FF's in Text >>> 1::: Test-INPUT: "Without FF set by Hand" :::
DW35Jml24f-lmlo6 1<<< -Test: FF's in Text >>> 1::: Test-INPUT: "Without FF set by Hand" :::
Do3mSnl24fbltn6 1.1 FF-Test: FF's in Text :--:1 Test-INPUT: "Without FF set
Do3Jml24f-lm-lo6 1<<< -Test: FF's in Text >>> 1::: Test-INPUT: "Without FF set by Hand" :::
Do3ml24f-bl-tn6 1 FF-Test: FF's in Text 1 Test-INPUT: "Without FF set by
/coreutils/po/
DPOTFILES.in22 lib/set-acl.c
113 src/set-fields.c
/coreutils/scripts/build-older-versions/
Dcoreutils-5.97-on-glibc-2.28.diff12 /* There's currently no interface to set file timestamps with

12