Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

what is virtual machine?

Answer Posted / amitshiknis

A virtual machine is a type of computer application used to
create a virtual environment, which is referred to as
virtualization. Virtualization allows the user to see the
infrastructure of a network through a process of
aggregation. Virtualization may also be used to run
multiple operating systems at the same time. Through the
help of a virtualvirtualvirtual machine, the user can
operate software located on the computer platform.

Thanks,
~Amit Shiknis

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Differentiate cmp command from diff command.

1172


Give the command for finding the current date.

1114


What are some command words?

1139


How do you repeat a command in terminal?

1228


What is {} in find command?

1111


What is awk used for?

1132


How do you grep recursively?

1109


What is the difference between cat and more command?

1299


How does shebang work?

1069


How do I delete files from command prompt?

1227


How do I use nslookup?

1097


Explain ‘library functions’ with respect to unix commands?

1175


How do I run a whois command?

1154


When i run a programm of orphan process. Instead of getting child's parent (ppid)=1 ..i get 1400 and it varies as per system. How can i findthe right soluion??? My pgm: #include # include int main() { int pid; pid=fork(); if(pid < 0) {exit(-1);} else if(pid==0) { printf("Child Process is Sleeping ..."); sleep(10); printf("Orphan Child's Parent ID : %u ",getppid()); } else { printf("Parent Process Completed ... %u ",getpid()); exit(0); } return 0; } Output:

2267


What is the use of cut command in unix?

1377