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
Using powershell how do I set the environment variables (here, particularly "ApiSecret") so ...READ MORE
In a Bash script, I would like ...READ MORE
You can list all the disk in ...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
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.