Skip to content

Instantly share code, notes, and snippets.

@mapk0y
Last active August 29, 2015 14:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mapk0y/7b0ada5903c4682d7c53 to your computer and use it in GitHub Desktop.
Save mapk0y/7b0ada5903c4682d7c53 to your computer and use it in GitHub Desktop.
Vritualbox GuestAdditions の Version 確認方法

VirtualBox GuestAddition の Version 確認方法

※ Linux のお話

Vagrant の Plugin である "vagrant-vbguest" がやってる方法

vagrant@Ubuntu-14:~$ sudo VBoxService --version
4.3.22r98236

root が不要なお手軽な方法

vagrant@Ubuntu-14:~$ cat /sys/module/vboxguest/version
4.3.22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment