I encountered a command on the following page. http://alblue.bandlem.com/2011/07/setting-up-google-code-with-git.html
chmod go= .netrc
Can’t find it in the chmod man.
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.
chmod go= .netrcNo access to group and others to file.netrc.chmod go=rx .netrcGiving read and execute access`Basically you can add
+, subtract-and assign=certain access levels.Check this link