Describe a link in unix.
Answers were Sorted based on User's Feedback
Answer / nashiinformaticssolutions
Another name for a file is a link. It is used to assign more than just one name for a file and is not valid to assign more than one name to a directory or to link filenames on different computers.
General command ‘– ln filename1 filename2′
A symbolic link is a file that is used to contain only the name of other files included in it. Directed to the files pointed by it is the operation of the symbolic link.
General command ‘– ln -s filename1 filename2′
| Is This Answer Correct ? | 0 Yes | 0 No |
Another name for a file is a link. It is used to assign more than just one name for a file and is not valid to assign more than one name to a directory or to link filenames on different computers.
General command ‘– ln filename1 filename2′
A symbolic link is a file that is used to contain only the name of other files included in it. Directed to the files pointed by it is the operation of the symbolic link.
General command ‘– ln -s filename1 filename2′
| Is This Answer Correct ? | 0 Yes | 0 No |
Which language unix is written?
What is procedure to configure Mirror rootvg in HP-UX?
What is meant by the term super user?
What is unix used for?
Elucidate on the different ids used in the unix process?
Explain what is standard unix streams ?
How unix is different from other operating systems?
Which are typical system directories below the root directory?
In what way the validity fault handler concludes?
How to remove the directory in unix?
What are some common shells and what are their indicators?
What are the links and symbolic links in a unix file system?