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 6572

When we login into our account which files are executed?

Chip Quest,

3 7762

whta is the use of "exec" command?

1 5950

what is "umask"?

Wipro,

6 20321

How to modify the PATH variable and make it executable?

Mind Tree,

3 9753

What are the different shells available?

3 7819

How to print some text on to the screen?

2 5668

How to take input values from the user?

4 8046

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

2 8321

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

1 6361

How to include comments in your shell scripts?

3 7162

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

2 5687

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

2 6333

How to declare functions in unix shell script?

4 31524

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

1 7852


Post New Shell Script Questions

Un-Answered Questions { Shell Script }

How to check if the previous command was run successfully?

1028


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

1213


I want to monitor a continuously updating log file, what command can be used to most efficiently achieve this?

1334


What is a shell made of?

946


What does it mean by #!/Bin/sh or #!/Bin/bash at the beginning of every script?

1054


What are the different variables present in linux shell?

1096


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); }

2361


What are the advantages of using shell scripts?

1058


What is shell and shell script?

1111


What are the 3 standard streams in linux?

1126


one folder contains lot of students name but I want to fetch hello with every student name individually using shell script

947


What is option in shell script?

1007


How do scripts work?

1032


What is the first line in every perl script called?

1037


How to calculate the number of passed arguments?

1080