Linux

1 thought
last posted March 25, 2015, 2:14 a.m.
0

Linking

ln -s {target} {symbolic-file}

For Example

ln -s /opt/sublime_text_3/sublime_text /bin/subl3

Result:

/bin/subl3 -> /opt/sublime_text_3/sublime_text