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 to check whether some services are running in another server or not? Suppose i am currently in a server named A.I want to check whether some services are running in server B without logging into the server B.
3 Answers Amazon, MBA, Syntel, TCS, Unisys,
Suppose 1000 processes are running on the system out of those if you have to show only certain process ids which command will you use?
what is difference between unix and linux?
distinguish between multi-tasking,multi-user,multi- processing and time sharing?
7 Answers Alcatel, Cisco, Infosys, University Exams,
How do you move a process which is running background to foreground?
What is the use of awk command in unix?
What is the basic difference between unix and windows operating systems?
43 Answers Bopro, College School Exams Tests, CTS, IBM, IT-Kids, Priyadarshini, Sybian Technologies, Tolani Maritime,
What is the protocol for PING command?
What is the first character of the output in ls l command?
What does the command ' $who | sort –logfile > newfile' do?
Give command that will make the file "run.sh" executable?
How to know a process is a zombie or orphan process?