Quick Tip: Send Ctr + Alt + Del to XEN Vps / Guest os
If you hit CTRL+ALT+Delete your host will go down under CentOS Linux 5.x. The solution is hit CTRL key thrice. Now it will disable CTRL+ALT+Del for host. Next just hit alt+del to complete guest CTRL+ALT+Del cycle.
Alternatively, you can type the following on host to shutdown vps:
xm shutdown myGuestVpsOsName
Want to stay up to date with the latest Linux tips, news and announcements? Subscribe to our free e-mail newsletter or RSS feed to get all updates.
You can Email this page to a friend.
You may also be interested in other helpful articles:
- Linux Disable the Ctrl-Alt-Delete shutdown keys
- How do I Use Multiple Screens on One Terminal over ssh session?
- Speeding up work at Linux command line part # 1
- nixCraft FAQ Roundup ~ Aug, 23, 2007
- Ubuntu Linux: Turn on 3D Compiz Eye Candy Effects for the X Window System
Discussion on This Article:
Leave a Reply
We encourage your comments, and suggestions. But please stay on topic, be polite, and avoid spam. Thank you very much for stopping by our site!
Tags: shutdown xen guest, shutdown xen vps, xen Ctr + Alt + Del, xm shutdown guest vps, xm_command



you could also disable the ctrl-alt-delete for the host via /etc/inittab by commenting the following line: ca:12345:ctrlaltdel:/sbin/shutdown -t1 -a -r now
why not just type:
xm reboot