Changes

Jump to: navigation, search

NAD710 Lab 4 Answers

2 bytes added, 14:11, 29 September 2008
no edit summary
'''8. How can I get the lasts modified files in the system using find command ?'''
* find /etc -mmin -2 --> This will let u see all files in /etc that were modified in last 2 minutes.* find /etc -cmin -2 --> This will let u see all files in /etc that were changed in last 2 minutes.
* Nestor the Master

Navigation menu