VirtualBox

source: vbox/trunk/doc/manual/en_US/dita/topics/startingvboxonlinux.dita@ 99016

Last change on this file since 99016 was 99016, checked in by vboxsync, 2 years ago

manual: Some scm corrections for dita files. bugref:10302

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id Revision
File size: 2.2 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE topic
3 PUBLIC "-//OASIS//DTD DITA Topic//EN" "topic.dtd">
4<topic xml:lang="en-us" id="startingvboxonlinux">
5 <title>Starting Oracle VM VirtualBox on Linux</title>
6
7 <body>
8 <p>
9 The easiest way to start an Oracle VM VirtualBox program is by running
10 the program of your choice (<userinput>VirtualBox</userinput>,
11 <userinput>VBoxManage</userinput>, or
12 <userinput>VBoxHeadless</userinput>) from a terminal. These are
13 symbolic links to <userinput>VBox.sh</userinput> that start the
14 required program for you.
15 </p>
16 <p>
17 The following detailed instructions should only be of interest
18 if you wish to execute Oracle VM VirtualBox without installing it
19 first. You should start by compiling the
20 <userinput>vboxdrv</userinput> kernel module and inserting it into
21 the Linux kernel. Oracle VM VirtualBox consists of a service daemon,
22 <userinput>VBoxSVC</userinput>, and several application programs.
23 The daemon is automatically started if necessary. All
24 Oracle VM VirtualBox applications will communicate with the daemon
25 through UNIX local domain sockets. There can be multiple daemon
26 instances under different user accounts and applications can
27 only communicate with the daemon running under the user account
28 as the application. The local domain socket resides in a
29 subdirectory of your system's directory for temporary files
30 called <filepath>.vbox-&lt;username&gt;-ipc</filepath>. In case
31 of communication problems or server startup problems, you may
32 try to remove this directory.
33 </p>
34 <p>
35 All Oracle VM VirtualBox applications (<userinput>VirtualBox</userinput>,
36 <userinput>VBoxManage</userinput>, and
37 <userinput>VBoxHeadless</userinput>) require the Oracle VM VirtualBox
38 directory to be in the library path, as follows:
39 </p>
40 <pre xml:space="preserve">LD_LIBRARY_PATH=. ./VBoxManage showvminfo "Windows XP"</pre>
41 </body>
42
43 </topic>
Note: See TracBrowser for help on using the repository browser.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette