Changes between Initial Version and Version 1 of Ticket #1711


Ignore:
Timestamp:
02/17/2006 02:46:23 AM (19 years ago)
Author:
archaic@…
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1711

    • Property Resolutioninvalid
    • Property Status newclosed
  • 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?
    23
    3 {{{
    4 mv -v /usr/bin/{false,hostname,ln,ls,mkdir,mknod,mv,pwd,rm} /bin
    5 }}}
     4Which is why the book states to use +h when entering chroot.
    65
    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?
     6Closing bug as invalid.