Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

PHP Laravel 4 Basics Getting Started with Laravel Installing VirtualBox & Vagrant

SERGIO RODRIGUEZ
SERGIO RODRIGUEZ
17,532 Points

I get a strange message when I runt vagrant -v

I get this message on the terminal after installing vagrant and checking for the version:

192:~ SergioRodriguez$ vagrant -v
/opt/vagrant/bin/../embedded/gems/gems/vagrant1.7.2/lib/vagrant/pre-rubygems.rb:31: warning: Insecure world writable dir /usr/local in PATH, mode 040777
Vagrant 1.7.2

Any ideas?

1 Answer

it just means that the directory in question has PERMISSIONS set as 777 which means anyone is able to read/write & execute files in it.. if this is a local pc and there is no way an external person can access it, then ignore it otherwise you should change the permission to be reasonable.. (not sure wha the number is but it should be that user can read/write/execute & the others can read only or read & write but cant execute