There are two directories A and B and a file F which is located in B. The working directory is B.
How can you create a symbolic link in A pointing to F in B without changing the directory?
|
There are two directories How can you create a symbolic link in | |||
|
feedback
|
Just supply the absolute path to both the file you want to link to and the the new symlink file. You can use | |||
|
feedback
|
|
Try This (in bash);
Or this syntax in other shells
| |||
|
feedback
|