We can create a Symbolic link in Linux Terminal using the ln (link) command with the -s option.
Let's take a look at a few examples.
Syntax:
ln -s <file-or-dir-path> <symbolic-link-name>
Example 1: Symbolic Link of a File
# ln -s /home/data/records_2023.csv data

Example 2: Symbolic Link of a Directory
# ln -s /home/app/data/2023/records records
-
Facing issues? Have Questions? Post them here! I am happy to answer!
More Posts related to Linux,
- Rename a directory using Linux/Unix command
- ls command to list only directories
- How to Restart or Reload Nginx Server Service on Linux
- 3 ways to clear screen on Linux Terminal
- ls command: sort files by name alphabetically A-Z or Z-A [Linux/Unix/macOS/Bash]
- Copy entire directory using Terminal Command [Linux, Mac, Bash]
- Fix: sudo: unable to open Read-only file system
- Create Hidden File or Directory using Shell Command
- Command to know the installed Debian version?
- The Date Command and its usage [Linux - Unix - macOS]
- Fix - bash: man: command not found
- How to tar.gz a directory or folder Command
- How to Display content of a file in Terminal Screen?
- How to change bash terminal prompt string and color
- Sort ls command by last modified date and time
- Execute .bin and .run file Ubuntu Linux
- zsh hello world example
- How to check uptime of Linux/Unix/macOS system/server using console command?
- [Fix] Linux - bash: useradd: command not found
- Command to check Last Login or Reboot History of Users and TTYs
- How to install and Configure sar sysstat tools in Ubuntu Linux
- How to use SCP Command to Copy Directory
- Linux Remove or Delete Files and Directories using Terminal Commands
- How to connect to SSH port other than default 22
- Install OpenSSL on Linux/Ubuntu
More Posts:
- Remove Apps from Dock when Quit [Mac Ventura] - MacOS
- List of Rust Cargo Commands - Rust
- Common Microsoft Teams sign in errors and how to fix - Teams
- How To Disable Landscape Mode in Android Application - Android
- How to Change Name on iPhone under Settings - iOS
- How to know the Docker Engine Version - Docker
- How to hide quick launch in SharePoint classic site - SharePoint
- SharePoint Excel error - The workbook cannot be opened because it contains the following features that are not supported by Excel in the browser - SharePoint