“Cómo agregar un directorio a la ruta en Linux” Código de respuesta

Linux agregar a la ruta

export PATH=$PATH:/place/with/the/file
Amused Albatross

Cómo agregar un directorio en la ruta 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
Disgusted Dunlin

Cómo agregar un directorio a la ruta en Linux

export PATH="$HOME/bin:$PATH"
Sleepy Shrew

Cómo agregar un directorio a la ruta en Linux

nano ~/.bashrc
Sleepy Shrew

Agregar directorio a la ruta

C:\> echo %PATH:;=&echo.%
Motionless Mongoose

Respuestas similares a “Cómo agregar un directorio a la ruta en Linux”

Preguntas similares a “Cómo agregar un directorio a la ruta en Linux”

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código