![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| editing history file | kevinyeandel | UNIX for Dummies Questions & Answers | 1 | 05-29-2007 02:19 PM |
| history of a file | sudhasudheer | UNIX for Dummies Questions & Answers | 2 | 03-17-2006 03:38 PM |
| File History | Chanakya.m | Shell Programming and Scripting | 2 | 01-16-2006 03:48 AM |
| login history log file? | champion | UNIX for Dummies Questions & Answers | 4 | 10-31-2002 09:34 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Hi every one,
Plz help me, what commands are helpful to know the complete history of a file in unix . like, ls -lrt will give the group & user created & time last accessed. I need to know particularly where that file come from like from which machine it is ftp'ed. Thanks. |
|
||||
|
No such thing is available in retrospect. You have to plan ahead and script or log all ftp sessions BEFOREHAND if you want to know where a file came from via ftp. IF you are logging ftp, you can use the mtime of the file to search ftp logs for who was active then.
There are various apps to help monitor your system - daily activities, user accounting, network traffic, and so on. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|