Searched refs:command (Results 1 – 21 of 21) sorted by relevance
/coreutils/doc/ |
D | coreutils.texi | 210 * Modified command invocation:: chroot env nice nohup stdbuf timeout 283 @command{ptx}: Produce permuted indexes 289 * Compatibility in ptx:: The GNU extensions to @command{ptx} 303 @command{tr}: Translate, squeeze, and/or delete characters 314 * dircolors invocation:: Color setup for @command{ls} 316 @command{ls}: List directory contents 372 @command{test}: Check file types and compare values 380 @command{expr}: Evaluate expression 385 * Examples of expr:: Examples of using @command{expr} 406 @command{stty}: Print or change terminal characteristics [all …]
|
D | sort-version.texi | 49 Two GNU Coreutils programs use version sort: @command{ls} and @command{sort}. 51 To list files in version sort order, use @command{ls} 66 To sort text files in version sort order, use @command{sort} with 568 because the sorting code is shared between the @command{ls} and @command{sort} 691 Indeed this is the order in which Debian's @command{dpkg} compares the strings. 719 because the sorting code is shared between the @command{ls} and @command{sort} 726 The Debian program @command{dpkg} (available on all Debian and Ubuntu 731 following snippet to your shell command-prompt): 742 Then compare two strings by calling @command{compver}: 750 Note that @command{dpkg} will warn if the strings have invalid syntax: [all …]
|
D | perm.texi | 66 can change the owner and group of a file by using the @command{chown} and 67 @command{chgrp} commands. 114 the ext2 file system are set using @command{chattr}. 118 file system are set using @command{chflags}. 258 The above command does not affect the access that the owner of 458 @code{umask} command. Its default value varies from system to system. 579 more easily, by lessening the need to use @command{chmod} or 580 @command{chown} to share new files. 583 bits of directories. If commands like @command{chmod} and 584 @command{mkdir} routinely cleared these bits on directories, the [all …]
|
D | fdl.texi | 5 @c hence no sectioning command or @node.
|
/coreutils/man/ |
D | runcon.x | 2 runcon \- run command with specified security context 11 command.
|
D | chroot.x | 2 chroot \- run command or interactive shell with special root directory
|
D | nohup.x | 2 nohup \- run a command immune to hangups, with output to a non-tty
|
D | timeout.x | 2 timeout \- run a command with a time limit
|
D | readlink.x | 5 Note realpath(1) is the preferred command to use
|
D | chmod.x | 67 However, for each symbolic link listed on the command line,
|
/coreutils/tests/cp/ |
D | link-deref.sh | 70 "$command" \ 112 "$command" \
|
/coreutils/src/ |
D | timeout.c | 86 static char const *command; variable 231 signame, quote (command)); in cleanup() 519 command = argv[0]; in main() 551 error (0, errno, _("failed to run command %s"), quote (command)); in main()
|
/coreutils/ |
D | README-hacking | 85 Run the command "vc-dwim --initialize" from the top-level directory 88 Edit the (empty) ChangeLog file that this command creates, creating a 94 Run the command "vc-dwim" and make sure its output (the diff of all 99 Run the command "git format-patch --stdout -1", and email its output
|
D | README-release | 27 * Check for new file system types by running the following command on 79 corresponding upload-to destination in the emitted gnupload command. 91 that was just created by that "make" command. 105 * Run the gnupload command that was suggested by your "make stable" run above.
|
D | TODO | 105 ls: when both -l and --dereference-command-line-symlink-to-dir are 107 dereference command line symlinks to directories. Since -l has 108 an implicit --NO-dereference-command-line-symlink-to-dir meaning.
|
D | NEWS | 80 ls now shows symlinks specified on the command line that can't be traversed. 250 runcon --compute no longer looks up the specified command in the $PATH 318 from errors from the invoked command. 470 distinguish if the command was more forcefully terminated. 535 df no longer mishandles command-line args that it pre-mounts 784 command 'sort /dev/null -o /dev/stdout | cat' no longer fails with 936 reject any command line argument that is mounted to a separate file system. 980 timeout will again notice its managed command exiting, even when 1148 after the command being monitored finishes. Also the system needs 1149 to have reallocated that command's pid in that short time window. [all …]
|
D | README-install | 87 user, and then to run the following command as that user in order
|
D | HACKING | 20 a copy of the latest with this command: 75 changes. Use this command to save that single, most-recent change set: 544 With a repository created by git-1.5.6 or older, use this command: 584 The "git fsck ..." command creates the .git/lost-found/... hierarchy
|
D | README | 95 run this command:
|
D | init.cfg | 173 # Return true if command runs with the 190 # Determine the minimum required VM limit to run the given command.
|
/coreutils/.github/ |
D | ISSUE_TEMPLATE.txt | 44 * Include the exact command and parameters you have used.
|