Projekt

Allgemein

Profil

Config links » Historie » Version 1

Jeremias Keihsler, 13.01.2017 09:34

1 1 Jeremias Keihsler
h1. Configure Links
2
3
h2. Requirements
4
5
To set-up links you will need the following:
6
* a installed and supported operating system
7
* root-access
8
9
h2. Preliminary Note
10
11
This might be useful if there are commands which require lots of typing and are used on regular basis. i.e. gnome-terminal -> term
12
13
h2. Create Links
14
15
Use the command 'ln', with 'ln /source /target'
16
* Search for the desired source
17
* go to the desired target-directory i.e. '/usr/local/bin/'
18
<pre><code class="bash">
19
locate gnome-terminal
20
cd /usr/local/bin/
21
ln /usr/bin/gnome-terminal term
22
</code></pre>