Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Shell Script Interview Questions
Questions Answers Views Company eMail

What are the three main forms of enabling debugging in a shell script?

ADC, Wipro,

6 14891

what is the difference between writing code in shell and editor?

1 8877

What is the basic difference you find between a shell script and perl?

Yahoo,

3 19893

What is use of "cut" command?

3 10190

what is this line in the shell script do ?#!/bin/ksh

5 15051

How Connect to a Database in Shell Programming?

Syntel,

4 24867

write a shell script to identify the given string is palindrome or not?

CTS, HP, IBM, InfoEst, Wipro,

17 105069

What is INODE?

2 7718

What is the difference between a 'thread' and a 'process'?

3 8017

What are the Different types of shells?

5 10151

What does $# stand for?

IBM,

3 10171

If you have a string "one two three", which shell command would you use to extract the strings?

5 13314

What is the difference between a shell variable that is exported and the one that is not exported?

6 12311

What is MUTEX?

1 6385

How do you schedule a command to run at 4:00 every morning?

Wipro,

5 17628


Post New Shell Script Questions

Un-Answered Questions { Shell Script }

Devise a script that takes file name as arguement(which must present in the current directory)and locates from your home directory tree all thpath names of its links.Then mail the list to self.

2256


What is the syntax of while loop in shell scripting?

1088


What is a shell made of?

996


Calculate a real number calculation directly from the terminal and not any shell script.

1281


What is the use of "$#" in shell scripting?

1128


What is a boot block?

1081


What can scripts do?

1157


How to replace following lines, catch (DAOException e) { objLogger.error(this.getClass () + "addUpdateIssues() " + e); throw new BOException(5122); } catch (BOException e) { objLogger.error(this.getClass () + "addUpdateIssues() " + e); throw e; } catch (Exception e) { objLogger.error(this.getClass () + "addUpdateIssues() " + e); throw new BOException(5122); } Needs to be changed in to, catch (DAOException e) { AppException.handleException (null, null, e, null, null, null, "BOException", this.getClass() + "addUpdateIssues() ", null, null, null, null, null, null, null, null, 5122); } catch (BOException e) { AppException.handleException (null, null, null, e, null, null, "BOException", this.getClass() + "addUpdateIssues() ", null, null, null, null, null, null, null, null, 0); } catch (Exception e) { AppException.handleException (null, null, null, null, null, e, "BOException", this.getClass() + "addUpdateIssues() ", null, null, null, null, null, null, null, null, 5122); }

2411


What is shell geeksforgeeks?

1166


What is echo in shell?

1149


What are "c" and "b" permission fields of a file?

1063


Where are cowrie shells found?

1063


Shifting positional parameter in Linux fedora core ? Hi I have written following shell script for display value of positional. But in 11th and 12 field will display without shifting command. May I know is it advance of Linux of programming code error? #!/usr/bin/bash echo "Bellow is the out of ps command" echo "`ps`" echo "The passing Parameter i.e output of \$1,2... value is:==> $11 " echo "Total number of passed argument \$# is:==> $#" echo "Passed argument names (\$*) are:==>$*" echo "This script PID(\$$) is :=>$$" echo "The name of executing script(\$0) is :==>$0" echo "The Parent ID of this script(\$PPID) is:==>$PPID" And my input to this script is ./scriptname arg1 arg2 arg3 arg4 arg5 arg6 arg7 arg8 arg9 arg10 arg11 arg12 Output Is Bellow is the out of ps command PID TTY TIME CMD 2892 pts/0 00:00:00 bash 3172 pts/0 00:00:00 positional_para 3173 pts/0 00:00:00 ps The passing Parameter i.e output of $1,2... value is:==> arg11 Total number of passed argument $# is:==> 13 Passed argument names ($*) are:==>arg1 arg2 arg3 arg4 arg5 arg6 arg7 arg8 arg9 arg10 arg11 arg12 arg13 This script PID($$) is :=>3172 The name of executing script($0) is :==>./positional_parameter The Parent ID of this script($PPID) is:==>2892 After the ps output please see the next line I.e $11 value comes out without shifting the parameter. How is it give me my friends

2244


what is info area how many types?

2816


Where is bash history?

985