GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Operating System  >  Unix Programming
Go To First  |  Previous Question  |  Next Question 
 Unix Programming  |  Question 18 of 43    Print  
What is the command to find all of the files which have been accessed within the last one month?

  
Total Answers and Comments: 2 Last Update: August 09, 2007     Asked by: norman 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
May 06, 2007 14:09:24   #1  
MS        

RE: What is the command to find all of the files which...
find / -mtime -30 -print
 
Is this answer useful? Yes | No
August 09, 2007 01:45:34   #2  
suresh        

RE: What is the command to find all of the files which...
find / -atime -30
 
Is this answer useful? Yes | No

 Related Questions

Latest Answer : find / -atime  -30 ...
Read Answers (2) | Asked by : norman

Latest Answer : To display help text for a Unix command from the Unix system manual. ...
Read Answers (1) | Asked by : janelyn

Latest Answer : 0 or 1; depending upon the arguments given to kill. to enforce killing use kill -9 ...
Read Answers (1) | Asked by : scott

Latest Answer : You can also use "finger" ...
Read Answers (2) | Asked by : nimish

Latest Answer : This is easiest way:sleep seconds ...

Latest Answer : Tested script.#! /usr/bin/kshecho "start"for name in `ls -1`doecho "name $name"name1=`echo $name | tr [A-Z] [a-z]`;echo "name1 $name1"mv $name $name1;if [ -z $name ]thenexit;fidone ...
Read Answers (4) | Asked by : renjiraj

== Users and permissions practicum == * Rig it so everything in the folder gets deleted tonight at 10pm. Every night at 10pm.== Local security == * How do you feel about `sudo`? * What's the difference 

Create a program to find out the inode number of any desired file 
Latest Answer : read fname     #file name to be searched.p=`pwd`cd /l=`find -name $fname`l=`echo $l | ls -i`set $lecho "inode is $1"cd $p ...

Write a shell script to find the smallest of three numbers that are read from the keyboard. 
Latest Answer : echo first_numread first_numecho second_numread second_numecho third_numread third_numif (first_num>second_num) then if (first_num>third_num) then echo $first_num is the biggest else echo $third_num is the biggestelif ...


 Sponsored Links

 
Related Articles

Concepts of Object-Oriented Programming

Object Oriented JavaScript In this chapter you ll learn about OOP Object Oriented Programming and how it relates to JavaScript As an ASP NET developer you probably have some experience working with objects and you may even be familiar with concepts such as inheritance However unless you re already a
 

What is the use of truncate command?

Truncate command will delete all records and the most important thing to make note of truncate command is since truncate command cannot be rolled back one must make sure to take proper backup of table data before performing the truncate command. Truncate command is thus used to remove all rows from
 

How to call C header that is not provided generally by system in C++?

Headers can be called by using extern C Syntax of extern C is: extern "C" <function declaration> for example to call C functions from C++ we can write extern "C" { <function declaration> <function declaration> ...
 

How to define command line arguments

The main functions can have arguments passed which are called as command line arguments. There are two command line arguments: Argument count denoted by argc and Argument vector denoted by argv The argc is an integer variable which denotes the number of parameters passed and argv is pointer to a
 

Importance of Header Files

What is the importance of header files? The main role of header file is it is used to share information among various files. In brief, if we have several functions say 4 functions named as f1, f2, f3, f4 placed in file say sample.c and if all the functions want to get accessed by each other then all
 

SQL Programming

SQL Programming Overview Anybody who has done something for a long time has probably wanted to change how things work at some point or another. A worker at a mill might have found a more efficient way of cutting logs, or a mathematics teacher might have had a hand in changing a school’s al
 

System Implementation

In the previous articles relating to SDLC Stages we discussed about Project Planning and Feasibility Study moved on to System Analysis and Requirements which lead to Systems Design. Systems Design will naturally lead to another stage where it becomes closer to the actual deployment of the p
 

System Analysis and Requirements

In the previous chapter, we’ve discussed about project planning and feasibility study. That stage was important because it tries to establish a problem in our highly technological world. As our understanding on what we can do in computers evolve and so are the things that we need to make t
 

The Interview Snafu

How to turn someone else’s mistake to your advantage Your dream job is about to become reality. A recruiter gave you the heads up about the perfect position at Humungous Conglomerate, Inc. You went through five interviews as well as a battery of psychological tests mandated by their HR de
 

Winning a Job Interview with a Winning Resume

Does your resume unlock your potential, take your skills to the highest level and win you the interview and the job you want now? The job market today is highly competitive and even if you think you have what it takes to get an interview you won’t get over the line without a polished, prof
 

About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape