new shell
Title
Question
What is the purpose or application of start new shell by command sh?
Linux Working-with-Linux-Process 04-05 min 0-10 sec
Answers:
When we open a new shell, the existing environment variables in the parent shell get reset; on exiting the subshell, those defined during the command's running session will get refreshed.
Login to add comment