What are the four fundamental components of every file system on linux?


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

Post New Answer

More Shell Script Interview Questions

Can we run shell script in windows?

0 Answers  


Explain about return code?

0 Answers  


Is shell scripting easy to learn?

0 Answers  


What is the default shell of solaris?

0 Answers  


Hi, all Scripting professional. Q. I have written script1.sh and calling script2.sh in script1.sh file using bash shell as interpreter and my log in shell also bash shell.My code like Script1 #!/bin/bash echo "My script2 call" . script2.sh Here script2.sh file run successfully but when I have changed my interpreter bash to ksh like #!/bin/ksh Error are comming script2.sh command not found. Guid me how to call other script in our main script.

2 Answers  






What is basename in shell script?

0 Answers  


Explain about shebang?

0 Answers  


How to set an array in linux?

0 Answers  


What does egrep mean?

0 Answers  


What are the zombie processes?

0 Answers  


how to get part of string variable with echo command only?

0 Answers  


How to get the 3rd element/column from each line from a file?

0 Answers  


Categories