What is a program shell?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Shell Script Interview Questions

Print a given number, in reverse order using a shell script such that the input is provided using command line argument only.

0 Answers  


What is bash command used for?

0 Answers  


Why are there shells on the beach?

0 Answers  


What happens when you type ls?

0 Answers  


What are the default permissions of a file when it is created?

0 Answers  






What are script files?

0 Answers  


In my bash shell I want my prompt to be of format '$"present working directory":"hostname"> and load a file containing a list of user-defined functions as soon as I log in, how will you automate this?

0 Answers  


How can the contents of a file inside jar be read without extracting in a shell script?

0 Answers  


Is it possible to substitute "ls" command in the place of "echo" command?

0 Answers  


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.

0 Answers  


write a scwipt that a) takes exactly one argument, a directory name. b) if the number of argument is more or less than one,print a usage message c) if the argument is not adirectory, print another message d) for the given directory, print the five biggest files and the five files that were most recently modified. e) save the output to a file called q2output.

2 Answers  


What is sudo command?

0 Answers  


Categories