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 |
How does the kernel differentiate device files and ordinary files?
Is a form of interprocess communication in unix?
What is the ‘nohup’ in unix?
Explain kernal and shell?
Is unix more secure than windows?
What do you understand by the term single user system?
What will be the result if we run the command #find /tmp - mtime -2 and #find /tmp -mtime +2
Differentiate relative path from an absolute path?
What is awk sed unix?
Is darwin unix?
What is directory unix?
Explain the following statement, “it is not advisable to use root as the default login.”