Skip to main content

Adding path to export : Linux

Steps :

# vi /etc/profile
# Hit '/',type 'export'
# Just before the line with 'export' ,enter "linkName=path"
# save and exit
# type : source /etc/profile and hit 'enter'
# echo $linkName to verify


Comments