How To Change Path Variable In Linux

How To Change Path Variable In Linux

Many operating systems use environmental variables to define various global settings for any part of your operating system or applications to use. The PATH variable is one of these environmental variables which are constantly used without many people realizing it. The variable stores a list of directories where applications (most commonly your shell) should try to look for the program whenever you run a command. You can change the path variable in Linux, follow the simple steps below.

Find out what your current path is configured by running “echo $PATH”. A list of directories will be provided such as in the example below:

  • uzair@linux:~$ echo $PATH/home/uzair/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/games

We can temporarily change this to whatever we would like by running the following command in a bash shell:

  • uzair@linux:~$ export PATH=$PATH:/sbin/:/usr/sbin/

Echo the contents of PATH to confirm the changes are reflected in the variable:

  • uzair@linux:~$ echo $PATH/home/uzair/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games

Remember, the above is only temporary and will be lost after a reboot. In order to permanently store this setting, add the same line to your ~/.bashrc file

Note

Changing your PATH variable can potentially cause your operating system to not work properly. Programs frequently refer to this variable to find binary files and if the variable is not configured properly, many programs will stop running. Always test out the setting using the temporary method provided above prior to storing the setting permanently in your ~/.bashrc.

Tags:

Raja Rajan Avatar

Help Us Grow

If you like this post, please share it with your friends.

You are free to copy and redistribute this article in any medium or format, as long as you keep the links in the article or provide a link back to this page.

Subscribe to Newsletter




Privacy Settings

Privacy & Cookie Overview

Our website uses cookies to provide you with the best user experience possible. These cookies are stored in your browser and perform essential functions such as recognizing you when you return to our website, as well as helping us to understand which sections of the website you find most useful and engaging.

To learn more, you can read our Privacy & Cookie Policy or reach out through our Contact form.

Strictly Necessary Cookies

Strictly Necessary Cookies must always be enabled to ensure the proper functioning of this website and to allow us to provide you with excellent service. These cookies are also essential for saving your cookie preferences.

Google Adsense

We use Google AdSense to keep this site free by displaying relevant ads. AdSense requires essential cookies that cannot be disabled, but you can manage other cookies. We respect your privacy and provide options to control non-essential cookies.

For more details on how Google handles your data, visit Google's Data Usage Policy. Please review our Privacy Policy for more information on how we protect your data.

AddToAny

We use AddToAny for social sharing. It doesn’t store cookies, ensuring a privacy-friendly experience. AddToAny complies with GDPR and CCPA by default.

For more, see their Privacy Policy.

OneSignal

We use OneSignal to send notifications to users who opt in. OneSignal complies with GDPR and is certified under the EU-US and Swiss-US Privacy Shield frameworks.

For more, see their Privacy Policy.

3rd Party Cookies

This website utilizes third-party cookies, which can enhance your experience and support our ongoing efforts to improve our services.

Google Analytics

We use Google Analytics to collect anonymous data, such as visitor numbers and popular pages, to improve user experience and site performance. Keeping this cookie enabled helps us refine the site based on visitor activity.

For more information, see Google’s Privacy Policy.

Discover more from Prime Inspiration

Subscribe now to keep reading and get access to the full archive.

Continue reading