This file is indexed.

/usr/bin/vmc is in ruby-vmc 0.3.10-0ubuntu10.

This file is owned by root:root, with mode 0o755.

The actual contents of the file can be viewed below.

1
2
3
4
5
#!/usr/bin/ruby1.9.1

require File.expand_path('/usr/lib/ruby/vendor_ruby/cli', __FILE__)

VMC::Cli::Runner.run(ARGV.dup)