Write a command to find all of the files which have been
accessed within the last 30 days.
Answers were Sorted based on User's Feedback
find / -type f -atime -30 = accessed
find / -type f -ctime -30 = changed
find / -type f -ctime -30 = modified
| Is This Answer Correct ? | 11 Yes | 3 No |
Answer / mrigendra singh
#find -ctime -720
these commond find all file in hour 720=24*30
thus 720h in 30 days.
| Is This Answer Correct ? | 5 Yes | 0 No |
what command would you use to find the hostname of the server if yo ony have the ip address?
What is whois command in linux?
You need to see the last fifteen lines of the files dog, cat and horse. What command should you use?
What is vnc?
What does ls mean in linux?
What command can you use to make a tape archive file of a /home directory and send it to the /dev/tape device?
I know ssh, telnet, dns,apache all are worked on TCP/UDP but i want to know any one service which are working on UDP only?
How do you run a command for a limited time?
How to hide the partition in grub booting?
What is linux pwd (print working directory) command?
What is llvm used for?
How to block the message in wall command some students are send messages to all in the lab. please help me