adspace
You have a file called sales data and create symbolic links to it in bob’s home directory. Bob calls you and says that his link no longer works. How can you fix the link?
Answer Posted / Dhruv Kumar
To fix the symbolic link, Bob can use the command `ln -sf /path/to/sales_data /new/link` to recreate the broken symbolic link.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers