LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 07-20-2009, 01:47 AM   #1
m_abdelfattah
LQ Newbie
 
Registered: Aug 2008
Posts: 9

Rep: Reputation: 0
How to list all modified files on specified day ?


one of my client sites has been hacked, and I want to list all modified files in a specified date (07/07/09).

Thanks for your time !!
 
Old 07-20-2009, 02:08 AM   #2
PMP
Member
 
Registered: Apr 2009
Location: ~
Distribution: RHEL, Fedora
Posts: 381

Rep: Reputation: 58
man find
 
Old 07-20-2009, 02:11 AM   #3
colucix
LQ Guru
 
Registered: Sep 2003
Location: Bologna
Distribution: CentOS 6.5 OpenSuSE 12.3
Posts: 10,509

Rep: Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983
Assuming 07/07/07 is 13 days ago from today 20/07/09:
Code:
find / -daystart -mtime 13 -print0 | xargs -0 ls -lrt
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I list recently created/modified files? khvatov Linux - Newbie 3 03-08-2009 10:12 PM
Show files not directories than have been modified within the current day (NEWTHR) jianelisj Linux - Newbie 2 03-18-2008 04:58 PM
Show all files not directories than have been modified within the current day jianelisj Linux - Newbie 2 03-08-2008 04:54 PM
how to list all files modified in last N days sneakyimp Linux - General 3 07-28-2006 12:16 PM
find and list files modified since system was booted Mike144 Linux - Newbie 5 04-09-2006 08:03 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 06:36 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration