L110: Linux System Administration I

unset. command. Export, Set and Env. There are two types of variable: local and exported. Local variables will be accessible only to the current shell. On the other hand, exported variables are accessible by both the shell and any child process started from that shell. The commands . set. and . env. are used to list defined variables. The set ... ................
................