Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

How to create a shortcut in Ubuntu

# To create a shortcut of foo at bar.
# ln -s <path to foo> <path to bar>
# Example:
ln -s /opt/foo /usr/bin/bar
Source by askubuntu.com #
 
PREVIOUS NEXT
Tagged: #How #create #shortcut #Ubuntu
ADD COMMENT
Topic
Name
1+8 =