Answers for "linux ln"

8

how to create symlink in linux

ln -s <location_of_file1> <desired_location_of_symlink>
Posted by: Guest on November-02-2020
1

ln -sf linux

#     Source                             Link
ln -s /home/jake/doc/test/2000/something /home/jake/xxx
Posted by: Guest on October-03-2020
0

lien symbolique linux

ln –s /opt/file /opt/file_symbolic
Posted by: Guest on November-25-2020
1

ln in linux

ln -s my_file.txt my_link.txtCopy
Posted by: Guest on June-09-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language