Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

create symbolic link linux

$ ln -s file1 link1
#Example: ln -s /var/file_i_want_to_link /etc/symbolic_link_name
Comment

how to create symlink in linux

ln -s <location_of_file1> <desired_location_of_symlink> 
Comment

shell make symlink

# 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
Comment

PREVIOUS NEXT
Code Example
Shell :: days between two dates in linux 
Shell :: change or set password interactively prompt in linux 
Shell :: sed delete line before match 
Shell :: install spark 2.4.0 on ubuntu 
Shell :: git stash stack overflow 
Shell :: wget username and password 
Shell :: create ssh key 
Shell :: letencrpt 
Shell :: sed from start to match 
Shell :: view process in linux 
Shell :: anaconda for ubuntu 20.04 
Shell :: merge when pipeline succeeds gitlab 
Shell :: how to use brew to install ganache 
Shell :: ffmpeg video black and white filter 
Shell :: git tag from commit 
Shell :: mac quit finder 
Shell :: journalctl date 
Shell :: mac install gensim 
Shell :: check logstash config 
Shell :: git rollback 
Shell :: how to reset git branch to a certain commit. 
Shell :: Got socket error trying to find package cupertino_icons at https://pub.dartlang.org. 
Shell :: amazon linux wireguard 
Shell :: download dropbox on linux 
Shell :: mikrotik reboot bash sintakx 
Shell :: docker compose limit logs 
Shell :: enter 1 digit max number field 
Shell :: dateformat npm 
Shell :: batch file drive 
Shell :: ubuntu disable auto suspend command line 
ADD CONTENT
Topic
Content
Source link
Name
6+9 =