Answer Posted / ashu
Environment variables are a set of dynamic values that can
affect the way running processes will behave on a computer.
EX:
PATH,HOME,%TEMP%, date etc are environmental variables,
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Explain about stdin, stdout and stderr?
What language is used in terminal?
What is .sh file in mac?
Explain about login shell?
What is shell variable?
What is sudo command?
What command needs to be used to take the backup?
How to find all the files modified in less than 3 days and save the record in a text file?
What is bash command used for?
What are the different types of variables used in shell script?
How can we find the process name from its process id?
What is a batch file used for?
Why is used in shell scripting?
Explain about echo command?
Write a shell script that adds two numbers if provided as the command line argument and if the two numbers are not entered throws an error message.