In Linux, how do you add the directory /opt/gnome/bin to your environment PATH, from the command prompt, for example?
Answer
export PATH=/opt/gnome/bin:$PATH
Question
In Linux, how do you add the directory /opt/gnome/bin to your environment PATH, from the command prompt, for example?
Answer
?
Question
In Linux, how do you add the directory /opt/gnome/bin to your environment PATH, from the command prompt, for example?
Answer
export PATH=/opt/gnome/bin:$PATH
If you want to change selection, open document below and click on "Move attachment"
4. Basic Commands at the current directory not be listed for reasons of security. Hence, to execute a command in the current directory, we hence always ./<command> . To append, for example, a new directory <span>/opt/gnome/bin to your PATH , do PATH="$PATH:/opt/gnome/bin" export PATH LINUX supports the convenience of doing this in one line: export PATH="$PATH:/opt/gnome/bin" There is a further command, which
Summary
status
not learned
measured difficulty
37% [default]
last interval [days]
repetition number in this series
0
memorised on
scheduled repetition
scheduled repetition interval
last repetition or drill
Details
No repetitions
Discussion
Do you want to join discussion? Click here to log in or create user.