Top "Env" questions

Environment variables are a set of dynamic named values that can affect the way running processes will behave on a computer.

Nagios doesn't get exports from /etc/profile

I've got Nagios and Oracle sqlplus client installed on my server. Sqlplus needs few environment variables for its run, so …

export environment-variables nagios env
PyYaml parsing of the Environment variable in the Yaml configuration file

I need to read follow yaml-formatted configuration file: version: 1 disable_existing_loggers: False formatters: precise: format: "%(name)-15s # %(levelname)…

python env pyyaml
List all environment variable names in busybox

Environment variables with multiline values may confuse env's output: # export A="B > C=D > E=F" # env A=…

shell unix busybox env