﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
1711	LFS 6.1.1 Section 6.15.1 Coreutils-5.2.1	ErikEvenson@…	lfs-book@…	"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?"	defect	new	normal		Book		normal			
