Answer Posted / vijayta
ln command is used to create links in Unix
For HardLinks:-
ln <source> <name oflink>
For SoftLink:-
ln -s <source> <linkname>
| Is This Answer Correct ? | 17 Yes | 1 No |
Post New Answer View All Answers
What is the difference between grep and grep?
Explain how to use grep command to list find the records of a file containing 10 different strings?
What is updatedb?
What do chmod, chown, chgrp commands do?
What does the “echo” command do?
What is the general format of unix command syntax?
why metadb requires a seperate slice to create Solaris volume manager
What is the function of grep command in unix?
What does this command do,"$more readme.txt“?
Is ‘du’ a command? If so, what is its use?
What does the command '$ls | wc –l > file1' do?
Does cp command overwrite files?
Which command can you use to find the currently running process in unix server?
What does awk stand for?
What is grep in bash?