Computer Science, asked by ravigiri7365, 11 months ago

Which code is used to creat a link to a file in the same folder

Answers

Answered by PratikMandi
0

If you're using linux distro,you can use this command in terminal to symlink a folder --> ln -s "/home/username/your folder name" "new folder name"

(don't include quotation marks)

Hope that helps!

Similar questions