If you want to create a symbolic link called "link" that points to the file "target.txt", what command would you use?
ln -s target.txt link
link target.txt link
connect target.txt link
symlink target.txt link