How can you create a symbolic link to a file or directory?
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 |
How do you remove a directory?
distinguish between physical addresses and logical address?
23 Answers College School Exams Tests, CTS, Infosys, SAX, TATA, TCS,
What is ‘ps’ command for?
what is kernel?
How to get a particular string as your prompt ? Give syntax of that command?
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
How does the system know where one command ends and another begins?
What is the use of finger command?
What is the size of time_t?
how to unzip the contents of the gzip file
how to find the 51th record of a file containing 100 records in unix.
distinguish between user mode and kernel mode?