On Thu, Jul 10, 2008 at 1:34 AM, Alexander R. Eremin <eremin at milax.org> wrote: > That is, if I'll make hardlink ksh93 to /sbin - it will work?
If / and /usr are different file systems, a hard link won't work. You could place a copy in /sbin - but that would only work if no dependent libraries (as reported by "ldd /usr/bin/ksh93") are in /usr. Of course, if you don't have a separate /usr you won't have this type of problem... -- Mike Gerdts http://mgerdts.blogspot.com/