Searched refs:directory (Results 1 – 25 of 54) sorted by relevance
123
/coreutils/tests/mkdir/ |
D | p-v.sh | 25 mkdir: created directory 'foo' 26 mkdir: created directory 'foo/a' 27 mkdir: created directory 'foo/a/b' 28 mkdir: created directory 'foo/a/b/c' 29 mkdir: created directory 'foo/a/b/c/d'
|
/coreutils/tests/install/ |
D | basic-1.sh | 112 ginstall: creating directory 'sub3' 113 ginstall: creating directory 'sub3/a' 114 ginstall: creating directory 'sub3/a/b' 115 ginstall: creating directory 'sub3/a/b/c' 123 ginstall: creating directory 'sub4' 124 ginstall: creating directory 'sub4/a' 125 ginstall: creating directory 'sub4/a/b' 126 ginstall: creating directory 'sub4/a/b/c' 134 ginstall: failed to access 'sub4/file_exists': Not a directory
|
/coreutils/tests/mv/ |
D | dup-source.sh | 55 $i: warning: source directory 'b' specified more than once 56 $i: cannot copy a directory, './b', into itself, 'b/b' 57 $i: warning: source directory 'b' specified more than once 82 $i: cannot stat 'a': No such file or directory 83 $i: cannot stat 'a': No such file or directory 84 $i: cannot stat 'b': No such file or directory 86 $i: warning: source directory 'b' specified more than once
|
D | diag.sh | 42 mv: target 'f1': Not a directory 43 mv: target directory 'f2': Not a directory
|
/coreutils/tests/cp/ |
D | into-self.sh | 44 cp: cannot copy a directory, 'dir', into itself, 'dir/dir' 46 cp: cannot copy a directory, 'dir', into itself, 'dir/dir' 48 cp: cannot copy a directory, 'dir', into itself, 'dir/dir' 50 cp: cannot copy a directory, 'dir', into itself, 'dir/dir'
|
D | fail-perm.sh | 52 cp --no-target-directory F symlink 2> out && fail=1 57 cp: target directory 'symlink': Permission denied 60 cp --target-directory=symlink F 2> out && fail=1
|
/coreutils/tests/rm/ |
D | rm5.sh | 31 rm: descend into directory 'd' 32 rm: remove directory 'd/e' 33 rm: remove directory 'd'
|
D | rm3.sh | 58 rm: descend into directory 'z' 64 rm: remove directory 'z/d' 65 rm: remove write-protected directory 'z/du' 66 rm: remove directory 'z'
|
D | r-1.sh | 26 removed directory 'a/a' 27 removed directory 'a'
|
D | r-2.sh | 28 removed directory 't/a' 29 removed directory 't/a/b'
|
D | ext3-perf.sh | 64 echo creating a $n-entry directory took $setup_duration seconds 81 echo removing a $n-entry directory took $duration seconds
|
D | dir-nonrecur.sh | 28 rm: cannot remove 'd': Is a directory
|
D | v-slash.sh | 29 removed directory 'a/'
|
/coreutils/tests/stat/ |
D | stat-slash.sh | 30 directory 31 directory
|
/coreutils/tests/tail/ |
D | inotify-dir-recreate.sh | 80 tail: 'dir/file' has become inaccessible: No such file or directory 81 tail: directory containing watched file was removed
|
/coreutils/man/ |
D | dir.x | 2 dir \- list directory contents
|
D | vdir.x | 2 vdir \- list directory contents
|
D | ls.x | 2 ls \- list directory contents
|
D | pwd.x | 2 pwd \- print name of current/working directory
|
D | basename.x | 2 basename \- strip directory and suffix from filenames
|
D | mktemp.x | 2 mktemp \- create a temporary file or directory
|
D | chroot.x | 2 chroot \- run command or interactive shell with special root directory
|
/coreutils/ |
D | bootstrap | 653 GNULIB_SRCDIR Specifies the local directory where gnulib 657 GNULIB_REFDIR Specifies the local directory where a gnulib 680 If the file bootstrap.conf exists in the same directory as this script, its 690 are fetched from that local directory. If it is a git repository and 700 * Otherwise, if the 'gnulib' directory does not exist, Gnulib sources 701 are cloned into that directory using git from \$GNULIB_URL, defaulting 706 * Otherwise, the existing Gnulib sources in the 'gnulib' directory are 894 GNULIB_SRCDIR Specifies the local directory where gnulib 906 If the file bootstrap.conf exists in the same directory as this script, its 1345 GNULIB_SRCDIR Specifies the local directory where gnulib [all …]
|
/coreutils/tests/misc/ |
D | stdbuf.sh | 30 skip_ "unsafe absolute build directory name: $abs_top_builddir";;
|
/coreutils/tests/touch/ |
D | fail-diag.sh | 27 touch: cannot touch '$file': No such file or directory
|
123