env
env
Overview of env
envBasic Syntax
env [OPTION]... [-] [NAME=VALUE]... [COMMAND [ARG]...]Common Uses and Examples
envPATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin HOME=/home/user USER=user SHELL=/bin/bash
env VAR=value commandenv VAR=hello echo $VARhello
env -i commandenv -i /bin/bash --noprofile --norc
env -u VAR commandenv -u USER printenv
Practical Examples
Environment Variables
Conclusion
help
Last updated