what is virtual machine?
Answers were Sorted based on User's Feedback
Answer / bharath
Many Definitions are there for Virtual Machine;
..A virtual machine in computer science is software that
creates an environment between the computer platform and
the end user in which the end user can operate software.
..A functional simulation of a computer and its associated
devices.
..A virtual machine is a machine completely defined and
implemented in software rather than hardware. It is often
referred to as a "runtime environment"; code compiled for
such a machine is typically called bytecode.
..A self-contained operating environment that behaves as if
it is a separate computer.
| Is This Answer Correct ? | 3 Yes | 2 No |
Answer / nitin
Virtual machine can be say like
Machine allowing to run Different OS instance on single base
OS instance by allocating Different hardware to different OS
to exploite available hardware resources efficiently
Ex. running RHEL5.0 (2Instance or more) & windows 2K3 (2
instance or more)
On single Base OS Of Linux or windows
| Is This Answer Correct ? | 0 Yes | 0 No |
What command will bring user back to their home directory in UNIX?
What is the use of awk command in unix?
how to delete entire records in unix ?
1-how will you display a file whose name is starting with '- '? 2-how will you add a patten at end of every line in vi editor?
Write a command that will display files in the current directory, in a colored, long format.
How to convert a hidden file to normal visible file?
Describe the usage and functionality of the command rm –r * in unix?
Explain the read, write, and execute permissions on a UNIX directory.
what is ls -ltd?
What is pipe command in unix?
What do know about tee command?
How can you create a symbolic link to a file or directory?