How do you create a directory path in Linux?
Linux
- Open the . bashrc file in your home directory (for example, /home/your-user-name/. bashrc ) in a text editor.
- Add export PATH="your-dir:$PATH" to the last line of the file, where your-dir is the directory you want to add.
- Save the . bashrc file.
- Restart your terminal.