Answers for "how to create new directory in linux using relative path"

1

how to add a directory to path in linux

export PATH="$HOME/bin:$PATH"
Posted by: Guest on July-22-2020
-1

how to add a directory to path in linux

nano ~/.bashrc
Posted by: Guest on July-22-2020

Code answers related to "how to create new directory in linux using relative path"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language