GeekInterview.com
  I am new, Sign me up!
 

Unix Programming Interview Questions


Unix Programming Interview Questions

Questions: 43
Comments: 83
 Showing Questions 1-10 of 43 Questions
[1] 2 3 4 5 Next >>
 Sponsored Links

 
 Unix Programming Interview Questions
Sorting Options :  

Write a shell script that reports the logging in of a specified user within one minute after he/she logs in. The script automatically terminates if the specified user does not login during a specified 

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 ...

Write a shell script that accept any number of arguments and print them in the reverse order 

Write a pipeline of commands, which display on the monitor as well as save the information about the number of users using the system at present on a file called usere.ux 

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 ...

== 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 

Latest Answer: My previous post just died on me. So, let me repeat what I wrote before. If both reach the thread, my apologies.Linker: What does it do??-------------------------The job of the linker is to combine one or more object modules and/or one of more libraries ...

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

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

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

View page [1] 2 3 4 5 Next >>

Ask A Question
Go Top
 Sponsored Links

 
Sponsored Links

 
Ask Question
You must login to Ask Question or Register your free account

Category:

 
Question Title:


Question in Detail:

Add this to my Subscribed Questions (?)
Send me email when new answer is posted (?)

 
Expert Members
Subscribe
Get Latest Updates Via RSS Reader or by Email
 Forum Discussion Subscribe to Forum Discussions Via E-Mail Latest Forum Discussions Subscribers
 Knowledge Base Subscribe to Knowledge Base Series Via E-Mail Knowledge Base Subscribers
 Learning Series Subscribe to GeekInterview Learning Series Via EMail Learning Series Subscribers
 Freelance Jobs Subscribe to GeekInterview Freelance Jobs Via EMail Latest Freelance Jobs Subscribers
 GeekInterview Blog Subscribe to GeekInterview Blog Via EMail GeekInterview Blog Subscribers
 Testing Interview Questions Subscribe to Testing Interview Questions Via EMail Testing Interview Questions Subscribers
 Oracle Interview Questions Subscribe to Oracle Interview Questions Via EMail Oracle Interview Questions Subscribers
 Java Interview Questions Subscribe to Java Interview Questions Via EMail Java Interview Questions Subscribers
 Latest Placement Papers Subscribe to Latest Placement Papers Placement Papers Subscribers
 Free Training Subscribe to Free Training Via EMail Free Training Subscribers
 Learn AJAX Subscribe to AJAXwith.com Via EMail AJAXwith Subscribers
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