Differences between the set, env, and export commands in Linux
Source: Internet
Author: User
Differences between the set, env, and export commands in Linux: the set command displays the current shell variables, including the current user variables; the env command displays the current user variables; the export command displays the shell variables currently exported as user variables. Each shell has its own unique variable (set) display...
Differences between the set, env, and export commands in Linux: the set command displays the current shell variables, including the current user variables; the env command displays the current user variables; the export command displays the shell variables currently exported as user variables. Each shell has its own unique variable (set). This is different from the user variable. the current user variable has nothing to do with what shell you are using, no matter what shell you are using, for example, HOME, SHELL, and other variables, but shell variables are different from shell variables, such as BASH_ARGC and BASH. these variables are only displayed by set and are unique to bash, when an export parameter is not added, it shows which variables are exported as user variables, because a shell variable can be changed to a user variable through export "export.
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.
A Free Trial That Lets You Build Big!
Start building with 50+ products and up to 12 months usage for Elastic Compute Service