Computer Science, asked by digarkarki108, 9 months ago

how linked files are used in Linux ???

Answers

Answered by dobariyatalket
1

Answer:

To make links between files you need to use ln command. A symbolic link (also known as a soft link or symlink) consists of a special type of file that serves as a reference to another file or directory. Unix/Linux like operating systems often uses symbolic links.

hope this helped u??

Answered by Anonymous
1

Explanation:

Once created, a symbolic link can be used in place of the target file name. It can have a unique name, and be located in any directory. Multiple symbolic links can even be created to the same target file, allowing the target to be accessed by multiple names.

Similar questions