How can you create a symbolic link to a file or directory?
Answer Posted / hr@tgksolutions.com
Symbolic links (often called symlinks or soft links) can be crafted using the ln command with the -s option. The general form is ln -s target source_link. This creates a symbolic link named source_link that points to the target. Unlike hard links, symbolic links can reference directories or files across different file systems. They are especially useful for creating shortcuts or ensuring multiple paths to a single resource.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is sed awk grep?
Which command should you use to find the remaining disk space in unix server?
Give the command for finding the current date.
What does 'mkdir' command do in UNIX?
How to find $ai_serual resolved path by using unix
Explain ‘system calls’ with respect to unix commands?
how to sort the content of the file based on numeric values
What are file commands?
What is the functionality of a top command?
Who wrote grep?
What is the general format of unix command syntax?
Describe the zip/unzip command using gzip.
How do I delete files from command prompt?
What is the command to view process running?
How do I use grep to find a file?