Searched refs:set (Results 1 – 25 of 39) sorted by relevance
12
/coreutils/doc/ |
D | perm.texi | 12 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/ |
D | envvar-check | 56 if eval test \"\${$var+set}\" = set; then 57 echo "$0: the $var environment variable is set --" \
|
/coreutils/src/ |
D | env.c | 670 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()
|
D | dircolors.hin | 1 # 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/ |
D | chmod.x | 32 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
|
D | install.x | 2 install \- copy files and set attributes
|
D | hostname.x | 2 hostname \- set or print the name of the current host system
|
D | date.x | 2 date \- print or set the system date and time
|
/coreutils/tests/pr/ |
D | ml24f-t | 6 1 Test-INPUT: "Without FF set by 1 Test-INPUT: "Without FF set by
|
D | ml24-t | 6 1 Test-INPUT: "Without FF set by 1 Test-INPUT: "Without FF set by
|
D | loli | 1 1::: Test-INPUT: "Without FF set by Hand" :::
|
D | tn | 1 1 Test-INPUT: "Without FF set by Hand" V
|
D | t-t | 1 1 Test-INPUT: "Without FF set by Hand" V
|
D | tt-t | 1 1 Test-INPUT: "Without FF set by Hand" V
|
D | l24f-t | 6 1 Test-INPUT: "Without FF set by Hand" V
|
D | l24-t | 6 1 Test-INPUT: "Without FF set by Hand" V
|
D | ml24f-t-0F | 6 1 Test-INPUT: "Without FF set by
|
D | ml24f-lm-lo | 6 1<<< -Test: FF's in Text 1::: Test-INPUT: "Without FF set b
|
D | Jml24f-lm-lo | 6 1<<< -Test: FF's in Text >>> 1::: Test-INPUT: "Without FF set by Hand" :::
|
D | W35Jml24f-lmlo | 6 1<<< -Test: FF's in Text >>> 1::: Test-INPUT: "Without FF set by Hand" :::
|
D | o3mSnl24fbltn | 6 1.1 FF-Test: FF's in Text :--:1 Test-INPUT: "Without FF set
|
D | o3Jml24f-lm-lo | 6 1<<< -Test: FF's in Text >>> 1::: Test-INPUT: "Without FF set by Hand" :::
|
D | o3ml24f-bl-tn | 6 1 FF-Test: FF's in Text 1 Test-INPUT: "Without FF set by
|
/coreutils/po/ |
D | POTFILES.in | 22 lib/set-acl.c 113 src/set-fields.c
|
/coreutils/scripts/build-older-versions/ |
D | coreutils-5.97-on-glibc-2.28.diff | 12 /* There's currently no interface to set file timestamps with
|
12