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
Answer / subbareddy kake
i tried for this question.Sridhar answer is correct.
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / sourisengupta
Right answer is :-
find . -atime -30 -print
Sridhar, I think it will work, can you tell me why you
use -type -f
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / syed mahboob feroz ahmed
Hi,
c:/ with whatever the file path is for example
c:/windows/documents and settings/dir A/H (Which will show
all the hidden files in that particular directory.
| Is This Answer Correct ? | 1 Yes | 2 No |
Answer / naveen
@ Sourisengupta,
type -f is used to check only for files, not for all.
| Is This Answer Correct ? | 0 Yes | 2 No |
Give command that will make the file "run.sh" executable?
What is a bash command?
What is an Environment Variable?
Explain ‘library functions’ with respect to unix commands?
Which command can you use to find the currently running process in unix server?
in UNIX ,What is the command to view contents of a large error log file?
What is the command to check ports active in UNIX?
When the shell is reading the command line what is the difference between text enclosed between double quotes ( ” ) and text enclosed between signal quotes ( ’ )?
29. How to display top 10 users Who | head -10 | wc –w
what is the command to list files in a directory in UNIX?
Which unix command to make a new directory?
What is the difference between grep and grep?