GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Placement Papers  >  IBM  >  Technical

 Print  |  
Question:  

PATH = /bin : /usr : /yourhome

The file /bin/calendar has the following line in it

cal 10 1997

The file /yourhome/calendar has the following line in it

cal 5 1997

If the current directory is /yourhome and calendar is executed

a) The calendar for May 1997 will be printed on screen

b) The calendar for Oct 1997 will be printed on screen

c) The calendar for the current month( whatever it is) will be printed

d) Nothing will get printed on screen

e) An error massage will be printed



June 06, 2005 09:37:10 #1
 Raghavan   Member Since: Visitor    Total Comments: N/A 

RE:

PATH = /bin : /usr : /yourhome

The file /bin/calendar has the following line in it

<

 
a
     

 

Back To Question