␡
- Crowded Data Centers and Service-Rich Software
- Virtualization: The "New" Kid on the Block
- Step 1: Download a Virtual Image of Your Required Operating System
- Step 2: Download and Install VMware Player
- Step 3: Run the Operating System Image
- Step 4: Shut Down the Operating System Image
- Step 5: Configure the Virtual Image for Networking
- Conclusion
Like this article? We recommend
Step 4: Shut Down the Operating System Image
To shut down the Linux image, type this:
sudo shutdown –r now
You’ll be prompted for the root password when you run this command. In fact, you’ll be prompted for the notroot password, because the Ubuntu image doesn’t have a root password. In any case, the sudo command is the more secure and safe method of executing superuser (i.e., root) commands.