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 :: run xammp 
Shell :: how to cat a file that has spaces 
Shell :: Git push --help fast-forwards 
Shell :: if output is null bash 
Shell :: how to check date is older than x days in shell script 
Shell :: make directory to be owned by group ubuntu 
Shell :: node git clone 
Shell :: how to undo git clean -fd command 
Shell :: avro for debian 
Shell :: xrandr configure crtc 2 failed ubuntu 
Shell :: Rename File Extension In folder 
Shell :: pterodactyl panel update 
Shell :: How to install LAMP in CentOs? 
Shell :: redux installation 
Shell :: delete from transfer.sh 
Shell :: Install Redis GUI on Ubuntu 20.04 
Shell :: gem install to a different directory linux 
Shell :: git remove local branch 
Shell :: linux delete files created at some year 
Shell :: how to silence operation not permitted 
Shell :: best terminal for ubuntu 
Shell :: delete a daemonset deployment 
Shell :: how to get visual studio code on a raspberry pi 4 
Shell :: how to check whether a string contains a special character or not in bash 
Shell :: strapi command to generate custom route 
Shell :: debian 9 enable rc.local 
Shell :: force install deb file 
Shell :: mkdir -p parameter 
Shell :: bash while 
Shell :: set up ssh for github 
ADD CONTENT
Topic
Content
Source link
Name
7+8 =