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
How do I Set an Environment Variable?
tags: Linux | author: chaoPosts Relacionados:
Subscribe to:
Post Comments (Atom)
0 comment:
Post a Comment