Answers for "unix symbolic link"

2

linux symbolic link

ln -s <file/folder to be linked> <path of the link to be created>
ln -s /home/james/transactions.txt trans.txt
Posted by: Guest on May-14-2021
0

unix symbolic link

ln -s source_file myfile
Posted by: Guest on January-26-2021

Code answers related to "unix symbolic link"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language