Community Page
- www.tech-recipes.com/ Jump to website »
-
Subscribe -
Community
-
Top Commenters
-
Popular Threads
-
Recent Comments
- this one also works: sudo apt-get install compizconfig-settings-manager
- Thank
- On Vista (Premium) cmd: taskkill /F /FI "USERNAME eq Quinn" messes up the explorer.exe .. :)
- please help!!!! i got the dreaded unmountable boot volume message..tried all 5 methods to boot.. safe mode..etc and none of these worked it just kept going back to same message..then whilst trying...
- Thank you so much
Tech-Recipes
Cookbook of Tech TutorialsSolaris 10: uninstall and delete a zone | Solaris system administration | Tech-Recipes
Started by qdideas · 9 months ago
7 months ago
7 months ago
First you need to enter the configuration mode using following command.
zonecfg -z testzone "Enter"
zonecfg:testzone>delete "Ctl+D" ( to save the changes )
# zoneadm list -vc ( to check the testzone is removed permanently )
3 months ago
zoneadm -z myzone1 uninstall –F
zonecfg -z myzone1 delete
If the zone status is “configured”, please use the below command:
zonecfg -z myzone2 delete