What is an Environment Variable?
Answers were Sorted based on User's Feedback
Answer / sumit
Environment variables are a set of dynamic named values
that can affect the way running processes will behave on a
computer.
| Is This Answer Correct ? | 23 Yes | 2 No |
Answer / chakri
c shell sopports environmenal variable. different types of
environment variables are HOME,PATH,TERM,SHELL.....ETC.,
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / usama el far
a set of variables which affect the commands execution and
hold many values it need.some times we need to change it /
some times by scripts / programs
| Is This Answer Correct ? | 2 Yes | 0 No |
Environment variable are a set of variable and you can
change the value anytime or you pass any value given
Variable.
| Is This Answer Correct ? | 8 Yes | 7 No |
How would you change all occurrences of a value using VI?
What is the difference between grep and grep?
How to create hardlinks and softlinks on files?
Which is the command used to find out currently executing Process in UNIX?
What is the use of awk command in unix?
What is the use of cut command in unix?
How do you create a directory in UNIX?
how unix kernel distinguishes between a normal file and device file ?
7 Answers Google, IBM, McAfee, Vodafone,
What is use of sed command?
12 Answers BitWise, Infosys, Reliance,
What do you mean by zambie process?
What is an Unix command to convert HEX value to ASCII value located in any flat file.
their is a file1,file2 and i want to append file1 data to file2?