Changes between Initial Version and Version 1 of Ticket #1711
- Timestamp:
- 02/17/2006 02:46:23 AM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1711
- Property Resolution → invalid
- Property Status new → closed
-
Ticket #1711 – Description
initial v1 1 After 1 > mv is now in /bin, which is in the PATH variable, but perhaps 2 > hashing prevents it from being found? 2 3 3 {{{ 4 mv -v /usr/bin/{false,hostname,ln,ls,mkdir,mknod,mv,pwd,rm} /bin 5 }}} 4 Which is why the book states to use +h when entering chroot. 6 5 7 the shell no longer knows where mv is and 8 9 10 {{{ 11 mv -v /usr/bin/{rmdir,stty,sync,true,uname} /bin 12 }}} 13 14 and all subsequent mv commands fails with: 15 16 bash: /usr/bin/mv: No such file or directory 17 18 mv is now in /bin, which is in the PATH variable, but perhaps hashing prevents it from being found? 6 Closing bug as invalid.