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

In which variable prompt value is stored?

2 6594

When we login into our account which files are executed?

Chip Quest,

3 7779

whta is the use of "exec" command?

1 5972

what is "umask"?

Wipro,

6 20341

How to modify the PATH variable and make it executable?

Mind Tree,

3 9783

What are the different shells available?

3 7832

How to print some text on to the screen?

2 5692

How to take input values from the user?

4 8078

What are the different methods available to run a shell script?

2 8337

what are special characters and explain how does text varies by the usage of single quotes,double quotes and back quotes?

1 6380

How to include comments in your shell scripts?

3 7184

What is the need of including script interpreter in your shell script?

2 5711

What is "test"? How it is used in shell scripting?

2 6355

How to declare functions in unix shell script?

4 31560

What is the use of "shift" command in passing parameters?

1 7868


Post New Shell Script Questions

Un-Answered Questions { Shell Script }

How do I run a shell script on a mac?

1125


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

2203


How do you find out What is your shell?

1060


Why is a script important?

1068


What is echo $shell?

1092


c program to display the information of given file similar to givan by the unix or linux command ls -l

2220


Why should we use shell scripts?

1053


What is eval in shell script?

1253


write a shell script to emulate the Id command of PRIMOS which lists files and directories. It list files first with a header FILES and then directories with a header DIRECTORIES. This command has several options. The main ones are. -file select files only -dir select directories only -reverse sort in reverse order -no_header put no header on the output -brief output the header only -size display the size of each file -help display Id´s syntax and options.

2782


What is another name for a bash shell script that you might see?

1476


What shell is bin sh?

968


What are script files?

1036


What are the 3 standard streams in linux?

1141


Where are cowrie shells found?

1015


I want to create a directory such that anyone in the group can create a file and access any person's file in it but none should be able to delete a file other than the one created by himself.

1034