Description

Description

The env command is a Linux utility that allows users to modify the environment variables for a given command or shell. Environment variables are dynamic values that can affect the behavior of a running process or shell session. The env command can be used to set or unset environment variables, or to run a command with a modified environment.

Usage

List environment variables

env

Links