I would like to link the path to the file /opt/lampp/lampp to the word lampp in openSUSE. So I can simply type lampp start instead of /opt/lampp/lampp start Is this possible? If so, how?
|
feedback
|
|
Three possibilities: either, make an alias:
or, add /opt/lampp to your PATH:
or, make a link to your bin (and add this bin to your PATH):
| |||
|
feedback
|