How does path variable work?


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

Post New Answer

More Shell Script Interview Questions

is there any command to find user password?

4 Answers  


How do I open the shell in cmd?

0 Answers  


What is the use of "$?" Sign in shell script?

0 Answers  


How do I run a powershell script?

0 Answers  


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

0 Answers  


What is a file basename?

0 Answers  


What is the best shell scripting language?

0 Answers  


How to debug the problems encountered in the shell script/program?

0 Answers  


Using set -A write a script to print the output of the ls command in 5 columns with two spaces between each column. Pretend that ls does not have multicolumn output.

0 Answers  


Create a bash shell script that reads in a number from the user. If the number is 1, print out the date. If the number is 2, list the files in the current directory. If the number is 3, print out who is currently logged onto the system. If the number is anything else, print out an error message and exit. Name this script "various.sh"

4 Answers  


is this growing field and what is average package in this?

0 Answers  


Create a bash shell script that removes all files whose names end with a "~" from your home directory and subdirectories. Name this script "cleanup.sh"

6 Answers  


Categories