1vboxctrl(1) Linux System Administration vboxctrl(1)
2
3
4
6 vboxctrl - control vbox functions
7
8
10 vboxctrl [{-c | -r}] {-a | -n | -p | -j} [-s spool]
11 vboxctrl -v
12
13
15 vboxctrl controls a number of vbox functions. The user's password is
16 asked before performing the requested action.
17
18 OPTIONS
19 -c, --create
20 Creates a control file.
21
22 -r, --remove
23 Removes a control file (default).
24
25 -n, --answernow
26 Control file "vboxctrl-answernow".
27
28 -a, --answerall
29 Control file "vboxctrl-answerall".
30
31 -p, --stop
32 Control file "vboxctrl-stop".
33
34 -j, --reject
35 Control file "vboxctrl-reject".
36
37 -s, --spooldir
38 Spooldirectory in which to create/remove control files.
39
40 -v, --version
41 Displays package version.
42
43 -h, --help
44 Displays a usage message.
45
46 The spool directory is taken from one of the following:
47
48 1 the default builtin value
49
50 2 The value of the environment variable VBOXSPOOL, if set.
51
52 3 The directory of the command line option "--spooldir".
53
54
56 vbox(1), vboxd(8)
57
58
60 This manual page was written by Paul Slootman <paul@debian.org>, for
61 Debian GNU/Linux and isdn4linux.
62
63
64
65ISDN 4 Linux 3.27 2002/10/15 vboxctrl(1)