Linux Commands Examples

A great documentation place for Linux commands

VBoxClient

x86 virtualization solution

Synopsis

VBoxClient --clipboard|--draganddrop|--display|--checkhostversion|--seamless [-d|--nodaemon]


add an example, a script, a trick and tips

: email address (won't be displayed)
: name

Step 2

Thanks for this example ! - It will be moderated and published shortly.

Feel free to post other examples
Oops ! There is a tiny cockup. A damn 404 cockup. Please contact the loosy team who maintains and develops this wonderful site by clicking in the mighty feedback button on the side of the page. Say what happened. Thanks!

examples

0
source
            
if available VBoxClient && [ -n "$(lsmod | grep vboxguest)" ]; then
# Automatic resize, clipboard and seamless mode in VirtualBox
# Automatic resize, clipboard and seamless mode in VirtualBox
VBoxClient --display
VBoxClient --clipboard
VBoxClient --seamless
fi
0
source
            
pkill clipboard
VBoxClient --clipboard
0
source
            
echo Virtualbox guest additions...
VBoxClient --display
VBoxClient --seamless
VBoxClient --clipboard
echo Starting xmonad...
exec xmonad

description

Start the VirtualBox X Window System guest services.

options

--clipboard

start the shared clipboard service

--draganddrop

start the drag and drop service

--display

start the display management service

--checkhostversion start the host version notifier service

--seamless

start the seamless windows service

-d, --nodaemon

continue running as a system service

How can this site be more helpful to YOU ?


give  feedback