1

When I change a directory in terminal, the output is displaying the write permissions I have for every file in that destination folder. I'd prefer this didn't happen.

enter image description here

I assume there is something i need to tweak in my bash_profile, but have yet to locate it. Any help would be appreciated.

klanomath
  • 66,391
  • 9
  • 130
  • 201
Chris
  • 11
  • you can find your bash_profile using: touch ~/.bash_profile; open ~/.bash_profile – LvcasX1 Mar 14 '17 at 13:48
  • 2
    Please post the (redacted - if necessary) content of your .bash_profile which is a invisible file in your home directory: cat ~/.bash_profile! To save its content to a txt file on your desktop use cat ~/.bash_profile > ~/Desktop/profilecontent.txt. – klanomath Mar 14 '17 at 13:48
  • Here's a link to the whole profile http://www.filehosting.org/file/details/649166/bash.txt – Chris Mar 14 '17 at 19:32
  • @LvcasX1 Sorry, I should have been more clear. I have access to my bash_profile, I'm just unclear as what to set to avoid the permissions popping up. – Chris Mar 15 '17 at 15:29

0 Answers0