Answer Posted / 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 |
Post New Answer View All Answers
How do you change directories in unix?
How do I grep multiple patterns in unix?
What are the file permissions and access modes in unix?
Is unix is a programming language?
How do I remove 30 days old files in unix?
Is windows unix like?
What is unix operating system explain various components of unix operating system?
Where unix is used today?
Explain a path in unix.
How do we change file access permissions?
What is a filter in unix? Give an example.
What Happens when you execute a program?
Why kernel is known as the heart of unix os?
Is unix a programming language?
How to remove the last line/trailer from a file in Unix script?