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 |
Was unix the first operating system?
Is mac unix based?
finding the presence of a word in a list of 'n' files (pattern matching)
What are system variables in unix?
Which mode executes the fault handler?
how you know the ip address of user system?
How to change the directory in unix?
How to terminate a shell script if statement?
What is the property of unix?
What does the swapping system do if it identifies the illegal page for swapping?
What is buffer header unix?
Explain the method of changing file access permission?