Feb 022010
Print current environment variables
Answer:
You can use the env command.
E.g.
# env
TERM=xterm
SHELL=/bin/bash
XDG_SESSION_COOKIE=ff8f5b056d8812b8bd9ecadc4b1...
...
Linux Ask! is a Q & A web site specific for Linux related questions. Questions are collected, answered and audited by experienced Linux users.
Print current environment variables
Answer:
You can use the env command.
E.g.
# env
TERM=xterm
SHELL=/bin/bash
XDG_SESSION_COOKIE=ff8f5b056d8812b8bd9ecadc4b1...
...