create symbolic link
ln -s /path/to/original /path/to/link
create symbolic link
ln -s /path/to/original /path/to/link
symbolic link
# Create a symbolic link to a file or directory:
ln -s /path/to/file_or_directory path/to/symlink
# Overwrite an existing symbolic link to point to a different file:
ln -sf /path/to/new_file path/to/symlink
# Get the target of symbolic libnk
readlink -f path/to/symlink
# ls -l path/to/symlink
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us