Write a command to find all of the files which have been
accessed within the last 30 days.
Answer Posted / dipak
find . -type f -atime -30
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Is ‘du’ a command? If so, what is its use?
What is the comma to display different lines that are found when compare two files?
What is the use of cut command in unix?
How to find $ai_serual resolved path by using unix
When i run a programm of orphan process. Instead of getting child's parent (ppid)=1 ..i get 1400 and it varies as per system.
How can i findthe right soluion???
My pgm:
#include
Write a command to kill the last background job?
What is the unix command to confirm a remote host is alive or not?
What are the commands in UNIX to list the files in a Directory?
Explain command to view process running?
Describe the usage and functionality of the command rm –r * in unix?
What is the command to find maximum memory taking process on the server?
What is sed awk grep?
How do I run a bash script?
Which command can you use to find the currently running process in unix server?
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?