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
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
what is the advaantage of each user having its own copy of the shell?
What are file commands?
What is the use of finger command?
Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.
What is the use of the tee command?
What is sed awk grep?
What is the unix command to confirm a remote host is alive or not?
Which command is used to delete all files in the current directory and all its sub-directories?
Explain ‘library functions’ with respect to unix commands?
What is updatedb?
What are grep patterns?
What is the behavioural difference between cmp and diff commands?
Which command will print your home directory on screen?
What is the comma to show the space allocation of files?