Symbolic link (symlink) - a special file containing the address of another file or directory. When a symbolic link is accessed, the file or directory to which it points is opened. Such a link can be used to organize access to one directory from directories of several sites without creating copies of it.
Permissions for a symbolic link are always displayed as rwxrwxrwx
and do not affect anything. The access rights to the link itself are determined by the rights of the directory in which it is located. The access rights to the file or directory that the link points to are determined by the own rights of the target file or directory.
To create a symbolic link using filemanager do the following:
A symbolic link is removed like a regular file or directory. It is enough to select it, click on the right mouse button and select “Delete". The file or directory that the link was pointing to is not affected.