Dale Ghent wrote:
> On Sep 10, 2008, at 4:51 PM, Randy Fishel wrote:
>
>>>> /usr/bin/powertop symbolic link
>>>
>>> To isaexec?
>>
>> That should also be the correct symlink.
>
> not to nit pick, but just toss out a observation in passing... I am
> under the impression that links to isaexec are typically
> (traditionally?) hard links, not symbolic ones. Am I off-base?
No you are not. Because isaexec uses getexecname() to get the pathname
of the executable, they have to be hard links for it to work.
-Norm