86078/how-to-delete-an-exported-environment-variable
Hi Guys,
I have exported some variables in my system. Now I don't need these variables. How can I remove these exported variables?
Hi@akhtar,
To set an environment we used export command. Now to remove the environment variable from the system, you can use the unset command as shown below.
$ unset variable_name
The easiest method is through network manager: 1- ...READ MORE
You can list all the disk in ...READ MORE
Follow the below steps and procedures: Prerequisites Must have ...READ MORE
The help command is limited and it ...READ MORE
Please check the below-mentioned syntax and commands: To ...READ MORE
Just use unset command: unset GNUPLOT_DRIVER_DIR READ MORE
Here is what you can do.Just use packagesmatching to ...READ MORE
Follow the below commands to install PostgreSQL (PSQL) ...READ MORE
Hi@akhtar, You can block one IP address using ...READ MORE
Hi@akhtar, You can use userdel command to delete ...READ MORE
OR
Already have an account? Sign in.