|
|
| |
nemu - ncurses UI for QEMU.
nemu [-ldcvh] [-s name] [-p name] [-f name] [-z name] [-k name] [-i name]
nEMU is a ncurses UI for QEMU with many other functions.
- -s name, --start=name.
- Start VM
- -p name, --powerdown=name
- Send powerdown command. The VM will get an ACPI shutdown request and
usually shutdown cleanly.
- -f name, --force-stop=name
- Shutdown VM immediately.
- -k name, --kill=name
- Send kill signal to QEMU process associated with VM name.
- -i name, --info=name
- Displays VM information.
- -d, --daemon
- Start nEMU daemon.
- -c, --create-veth
- Create VETH interfaces.
- -v, --version
- Displays the current version.
- -h, --help
- Show help options.
Visit the GSP FreeBSD Man Page Interface. Output converted with ManDoc. |