I'm using a clean install of 10.8. I wanted to add a couple of directories to my path. I tried adding them to /etc/paths using
sudo vim /etc/paths
Now when I open a terminal window I see this:
Last login: Wed Jan 23 15:42:57 on ttys001
/etc/paths: Permission denied
pcp067952pcs:~ myLoginName$
This doesn't affect usability, however it is something I would prefer to fix.
Any ideas? -Austin

-rw-r--r-- 1 root wheel 105 Jun 26 2012 /etc/pathsI hope this helps. Good luck. – jakebird451 Jan 23 at 23:59ls -l /etc/pathsgives – Mark Jan 24 at 0:34