Opened 19 years ago
Last modified 19 years ago
#1711 closed defect
LFS 6.1.1 Section 6.15.1 Coreutils-5.2.1 — at Initial Version
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Book | Version: | |
Severity: | normal | Keywords: | |
Cc: |
Description
After
mv -v /usr/bin/{false,hostname,ln,ls,mkdir,mknod,mv,pwd,rm} /bin
the shell no longer knows where mv is and
mv -v /usr/bin/{rmdir,stty,sync,true,uname} /bin
and all subsequent mv commands fails with:
bash: /usr/bin/mv: No such file or directory
mv is now in /bin, which is in the PATH variable, but perhaps hashing prevents it from being found?
Note:
See TracTickets
for help on using tickets.