Answers for "linux link file"

1

linux link file

$ ln -s {source-filename} {symbolic-filename}
Posted by: Guest on May-03-2021
13

create symbolic link linux

$ ln -s file1 link1
#Example: ln -s /var/file_i_want_to_link /etc/symbolic_link_name
Posted by: Guest on March-23-2020
4

symlink command

ln -s source_file myfile
Posted by: Guest on July-07-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language