Course Hive
Search

Welcome

Sign in or create your account

Continue with Google
or
How to set Environment Variables in Linux? [HINDI]
Play lesson

Linux Zero to Hero Playlist 2024 - How to set Environment Variables in Linux? [HINDI]

4.0 (3)
36 learners

What you'll learn

This course includes

  • 31 hours of video
  • Certificate of completion
  • Access on mobile and TV

Summary

Keywords

Full Transcript

#mprashant #linuxtutorial #linuxbasics Linux Environment Variables in Hindi Hey dosto, In this video I have covered about Linux Environment Variables, how to set and unset them with examples. What are Linux Environment Variables? Linux environment variable is a dynamic-named value, which may be used by one or more programs running. Set of defined Rules & Values to build an environment. -------------------------------------------------------------------------------------------------------------------------------------- Topics Covered: What are environment variables? How to view? How to set environment variables? - temporary - permanently - globally How to unset environment variables? Use cases of Env Variables with example -------------------------------------------------------------------------------------------------------------------------------------- To set the environment variable temporary export TESTVAR=1 To set the environment variable permanently vi .bashrc TESTVAR='123' export TESTVAR To set the global environment variable permanently vi /etc/profile TESTVAR='123' export TESTVAR ------------------------------------------------------------------------------------------------------------------------------------ linux environment variables explained, linux environment variables tutorial, linux, linux environment variables, environment variables, linux environment variable in hindi, environment variable in linux, linux env variables, what are environment variables, linux commands, linux export command, export command, bashrc linux, linux etc profile, linux for beginners 2022, linux in hindi, printenv, linux env, export and source command, environment variables in linux how environment variables work on linux environment variables linux

Course Hive

Continue this lesson in the app

Install CourseHive on Android or iOS to keep learning while you move.

Related Courses

FAQs

Course Hive
Download CourseHive
Keep learning anywhere