Environment Varialbes per User

2004-12-21 Thread Adam
Can environment variables be set/customized per user? For instance I want root to have MAIL=/var/mail/root2 and user Mike to have MAIL=/var/mail/mike6. Is this possible to customize per user? Thanks Adam ___ freebsd-questions@freebsd.org mailing

Re: Environment Varialbes per User

2004-12-21 Thread Chuck Swiger
Adam wrote: Can environment variables be set/customized per user? Yes. Read man sh, man csh, and so forth for the files used by each specific shell, but the idea is that you create a .login/.profile/.cshrc or whatever in each user's home directory which contains such settings. In fact, FreeBSD