Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
UNIX (file executed date)
Name: Jags Date: October 17, 2008 at 04:16:14 Pacific OS: UNIX CPU/Ram: P4 Product: UNIX
Comment:
Dear All, I have a requirement that we need to identify frequently used programs in a directory. Basically we need to identify the date of last execution of a program in unix directory. Could anyone pls let me know how to achieve this?
Name: nails Date: October 17, 2008 at 07:50:59 Pacific
Reply:
Unless the commands you are interested in are logging to a file, I'm not aware of any generic unix method for determining the last time a unix command executed.
Some *NIX versions have their own securtity module. (Solaris has the Basic Security Module) But typically there's a lot of output to troll thru.
0
Response Number 2
Name: Jags Date: October 19, 2008 at 21:21:13 Pacific
Reply:
Hi,
The issue is, we have several programs written in language called PROGRESS 4GL (we have to store these programs in .p extension) and they all stored in UNIX directory. These .p programs are accessed by ERP called MFG/PRO. Our client wants to know that frequency of the programs used (rarely used, frequently used something like that) by that ERP. Since these programs are getting executed in UNIX environment, is there any way to findout date of last execution for each .p files in UNIX box?
Summary: Hello John I use Samba 2.2.2 in my office to see my Unix file system on my Windows NT machine. You can get the software freely from www.samba.org Samba2.2.3a is the latest version. So, get it fr...
Summary: Hi, I am facing some problems with the unix file system.My problem is I am fetching some records from the database and storing it in a file.the size of the each record is mentioned as 512 by us.when a...
Summary: Your original "find . -type f filename -print " is an erroneous find command. If you want to: find all files named "automate.st" (assume 1 per directory) cd to the directory containing the file ...