Recommended: Click Here to Update All of Your PCs Outdated Drivers

How do I set an environment variable?

The process of setting an environment variable differs between Unix shells.

Setting an Evironment Variable in the Bourne Shell

FAQ=TechFAQ
export FAQ

Setting an Evironment Variable in the C and TCSH Shells

setenv FAQ=TechFAQ

Setting an Evironment Variable in the Korn and Bash Shells

export FAQ=TechFAQ


Top 5 Free Networking Tools

Bookmark How do I set an environment variable?

Latest Blog Posts


Copyright 2008 Tech-FAQ. All rights reserved.