in reply to •Re: File Based Throttling
in thread File Based Throttling

My guess is that it may be on the system, but just not in the path. Tried it as well, and on my home linux machine, I found it as /sbin/fuser ; on Solaris 7 and 8 machines I have access to, it was /usr/sbin/fuser. YMMV, however.

Replies are listed 'Best First'.
•Re: Re: •Re: File Based Throttling
by merlyn (Sage) on Oct 17, 2003 at 17:46 UTC
    Nope, it's nowhere.
    [localhost:~] merlyn% man fuser No manual entry for fuser
    This is Mac OSX, which is Mach/BSD based, arguably more "unix" than Linux is, because there are parts that were sold under the Unix label, unlike Linux.

    fuser is definitely definitely not-portable. And there's really nothing portable to replace it, either.

    -- Randal L. Schwartz, Perl hacker
    Be sure to read my standard disclaimer if this is a reply.