Subject: | Unix::Lsof bug \ limitation |
Date: | Wed, 5 Jun 2013 11:51:53 +0100 |
To: | bug-Unix-Lsof [...] rt.cpan.org |
From: | Sebastien Torres <baztorres [...] gmail.com> |
Hi,
I've noticed a couple of limitations in the Unix::Lsof module.
1. It seems to run in the directory that the script is called from,
which is no major issue
2. it seems to only give the details of the user that ran the script
Or, am I doing something wrong?
Details of what I'm using:
[user@host]# uname -a
Linux lon24019 2.6.32-71.el6.x86_64 #1 SMP Fri May 20 03:51:51 BST 2011
x86_64 x86_64 x86_64 GNU/Linux
[user@host]# perl -v
This is perl, v5.10.1 (*) built for x86_64-linux-thread-multi
Copyright 1987-2009, Larry Wall
Perl may be copied only under the terms of either the Artistic License or
the
GNU General Public License, which may be found in the Perl 5 source kit.
Complete documentation for Perl, including FAQ lists, should be found on
this system using "man perl" or "perldoc perl". If you have access to the
Internet, point your browser at http://www.perl.org/, the Perl Home Page.
Regards,
Sebastien