Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

bash create symbolic link to other symbolic links

# Basic syntax:
ls -s /path/to/file /path/to/destination/directory
# Note, as far as I know, you don't have to do anything special to create a
#	symlink from another symlink. Just use the regular ln -s command on the
#	symlinks
 
PREVIOUS NEXT
Tagged: #bash #create #symbolic #link #symbolic #links
ADD COMMENT
Topic
Name
6+7 =