Write a command to find all of the files which have been
accessed within the last 30 days.
Answer Posted / supriya
$find ?type f ?atime ?30 ?print
| Is This Answer Correct ? | 1 Yes | 5 No |
Post New Answer View All Answers
What is s and g in sed command?
Name the various commands that are used for the user information in unix.
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
Why is shebang used?
What is the use of the tee command?
How do I search for text in vi?
Can you enlist some commonly used network commands?
Is it inbetween or in between?
Explain command to view process running?
What is the function of grep command in unix?
Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.
What does #!/ Bin sh do?
What do chmod, chown, chgrp commands do?
How do you repeat a command in terminal?
What is in grep command?