How to set environment variables for a user in most generic way that is independent of shell environment variables (like profile for Bourne-like shells, bahsrc, zshrc, zshenv, ..)?
The idea is to set environment variables for a user during user login and make them available (forked) for any process (spawned not only by shell process, but rather by any other process) including any kind of shell?
No comments:
Post a Comment