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

I Forgot My Windows Vista Password! How Can I Find My Windows Lost Password?

1 3856

write a shell program to check wheather a given string is pallindrome or not?

4 10621

Explain how you Automate your application using Shell scripting.

MAHINDRA,

2359

write a shell script to check whether all the directories in the path exist has read and write permission

1 5051

c program to implement unix/linux command to block the signal ctrl-c and ctrl-\ signal during the execution ls -l|wc -l

3833

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

IBM,

2255

c program which accept one argument as a directory name and prints all the file name along with its inode number and total count of the file in directory

1 4530

c program the catches the ctrl-c(SIGINT) Signal for the first time and prints a output rather and exit on pressing Ctrl-C again

2 6544

c program to check whether all the directories in the path exists has read and write permission

1 3426

c program which behaves like a shell(command interpreter). it has its own prompt say "NewShell$".any normal shell command is executed from your shell by starting a child process to execute a system program corrosponding to the command

5480

write a program to display all the files from the current directory which are created in particular month

6 11865

write a shell script that accepts name from user and creates a directory by the path name, then creates a text file in that directory and stores in it, the data accepted from user till STOP, displays the no. of characters stored in the file.Program stops if directory name is null

1 6661

write a shell script to find the largest number from 3 given numbers.

6 28759

HOW TO CREATE 10 USERS IN UNIX(HP-UX) USING SHELL SHELL SCRIPT?

Patni,

3 8895

I want to upload a file to remote server through ftp daily.Can anyone suggest how to make a shell script for that.I hv credentials for that ftp

1 4647


Post New Shell Script Questions

Un-Answered Questions { Shell Script }

What is the best shell scripting language?

1062


How will you print the login names of all users on a system?

1011


What does $@ mean in shell?

1082


How do I set bash as default shell mac?

1048


What is sed in shell script?

1098


What is web script?

1134


What is the default ubuntu terminal?

1177


What is an inode block?

1109


I have 2 files and I want to print the records which are common to both.

1205


Write a shell script to get current date, time, user name and current working directory.

1128


How to print the first array element?

1082


What is the first line in a shell script?

1155


What shell is bin sh?

1014


How to calculate the number of passed arguments?

1162


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