VirtualBox

Changes between Version 2 and Version 3 of X11Clipboard


Ignore:
Timestamp:
Feb 25, 2013 4:05:29 PM (11 years ago)
Author:
Michael Thayer
Comment:

Correct ps options.

Legend:

Unmodified
Added
Removed
Modified
  • X11Clipboard

    v2 v3  
    2929On X11-based guest systems, the main part of the guest component is a daemon application (one which is started once and usually never stops, carrying on its work in the background) called !VBoxClient.  You can see whether or not it is running (it should be) using the `ps` command:
    3030{{{
    31 $ ps -f | grep Client
    32 user   123 [...] VBoxClient --display
    33 user   124 [...] VBoxClient --clipboard
     31$ ps -Af | grep VBoxClient
     32[...]
     33user   123 [...] /usr/bin/VBoxClient --display
     34user   124 [...] /usr/bin/VBoxClient --clipboard
    3435[...]
    3536}}}

© 2023 Oracle
ContactPrivacy policyTerms of Use