Connecting Tech Pros Worldwide Help | Site Map

find last accessed file owner

Newbie
 
Join Date: Feb 2007
Posts: 3
#1: Jul 24 '07
Hi Guys,

I am new to the perl.
I want to know how to get Last accessed file owner of a file (for example a txt file).


Thanks,
Shanmugam. A
numberwhun's Avatar
Site Moderator
 
Join Date: May 2007
Location: New Hampshire
Posts: 2,567
#2: Jul 24 '07

re: find last accessed file owner


I am not sure how to return the account of the person that last accessed a file (don't know if you can in Perl), but if you look at the File::Util module, there are a number of routines for dealing with file information, including last accessed time.

Hope this helped.

Regards,

Jeff
miller's Avatar
Moderator
 
Join Date: Oct 2006
Location: San Francisco, CA
Posts: 830
#3: Jul 24 '07

re: find last accessed file owner


perldoc stat

As for the specific information of "who" accessed a file last. I do not know of a file system that tracks that information.

- Miller
Reply