Why does Samba requires 777 permissions on /tmp

Chris Rees utisoft at gmail.com
Mon May 20 16:02:36 UTC 2013


On 20 May 2013 16:53, "sindrome" <sindrome at gmail.com> wrote:
>
> echo $PATH
>
/bin:/usr/lib:/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/local/lib32/compat:/usr/X11R6/bin:/home/sindrome/.gnupg:/home/sindrome/bin:/home/sindrome/docs:/home/sindrome/docs/info:/home/sindrome/docs/config:/sbin:/bin:/etc:/usr/local/etc::/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/usr/X11R6/bin:.

Why is there so much there??  You really need to strip that down, and your
problems probably stem from the . in there.

Also /usr/X11R6 is a symlink to /usr/local, so you can remove that too.

Lib, lib32/compat, /usr/local/etc are inappropriate for PATH, they don't
contain programs you should normally execute.

Chris


More information about the freebsd-ports mailing list