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 |
What command is used to switching between users in unix?
Enumerate some of the most commonly used network commands in unix?
What is the use of touch command in there?
How do you copy a directory with many files and folders into another directory?
Give the command to display space usage on the UNIX file system.
How does one process we can start an executable file? How to get the PID process, which we started?
how to sort the content of the file based on numeric values
distinguish between interrupts and exceptions?
what is the difference between Touch & cat command
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
How does the system know where one command ends and another begins?
Give Command that will change the name of a directly from paypal to eBay