Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how to add a directory in path linux

# For this Purpose you have to edit ~/.bashrc file.
# So in terminal:
nano ~/.bashrc
# Now add this command to the file and instead of ADDRESS,
# write your desired address
export PATH=$PATH:ADDRESS
# Like:
export PATH=$PATH:/usr/local/hadoop
Comment

how to add a directory to path in linux

export PATH="$HOME/bin:$PATH"
Comment

add directory to path on linux

export PATH="$HOME/bin:$PATH"Copied!
Comment

Adding directory to PATH

C:> echo %PATH:;=&echo.%
Comment

PREVIOUS NEXT
Code Example
Shell :: how to un zip a file in linux command line 
Shell :: ubuntu no internet connection 
Shell :: tr new line 
Shell :: git log all branches 
Shell :: git showing ignored file modified 
Shell :: bash if 
Shell :: ionic social sharing 
Shell :: bash count lines 
Shell :: reinstall nvidia drivers pop os 
Shell :: unable to find docker images locally 
Shell :: for shell 
Shell :: htaccess hide directory listing 
Shell :: chkconfig: command not found 
Shell :: bash random int 
Shell :: yum downgrade php 
Shell :: ubuntu take screenshot with cursor 
Shell :: installing scoop for windows 
Shell :: install vlc in centos 8 
Shell :: mongodb recherche like 
Shell :: install webstorm ubuntu 20.04 
Shell :: docker image rm image without tag 
Shell :: install zerotier raspberry pi 
Shell :: meteor uninstall 
Shell :: check disk space folders linux 
Shell :: merge two branches from different repositories 
Shell :: remove file from terminal ubuntu 
Shell :: add flathub repository fedora 
Shell :: Force add despite the .gitignore file 
Shell :: grep without match 
Shell :: copy folder in ubuntu 
ADD CONTENT
Topic
Content
Source link
Name
9+8 =