Technical Overview of Shell Syntax Variables on Linux Platform #01
For shell, there are both environment variables and local variables, which are explained as follows. Environment Variables: These are variables created during system startup, primarily those created by rootfs to serve the system, and can also include variables imported by users through commands like export. Environment variables can be used in all shell interactive environments … Read more