mohan


{ City } mtm
< Country > india
* Profession * system admin
User No # 2867
Total Questions Posted # 0
Total Answers Posted # 1

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 14
Users Marked my Answers as Wrong # 6
Questions / { mohan }
Questions Answers Category Views Company eMail




Answers / { mohan }

Question { Cisco, 24978 }

Write a command to find all of the files which have been
accessed within the last 30 days.


Answer

find -type f -ctime +30 -print

Is This Answer Correct ?    14 Yes 6 No