I keep getting this error whenever I do anything related to Ruby whether its the Rails console or running a gem. What could be the cause and how can I fix this?
warning: Insecure world writable dir /usr/local in PATH, mode 040777
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Run this:
This error message comes up because your
/usr/localis world-writeable, which is a Bad Thing—it enables other users to place trojan horses on your system.