What is the difference between user variables such as PATH, TMP, etc. and system variables?
PATH
TMP
I accidentally deleted the user variable
System environment variables are globally accessed by all users. User environment variables are specific only to the currently logged-in user.