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
How do I use grep to find a file?
What is grep short for?
what is the advaantage of each user having its own copy of the shell?
Is it inbetween or in between?
Which unix command to make a new directory?
What is the difference between cat command and more command?
How do you repeat a command in terminal?
What is {} in find command?
How do I use nslookup?
What is the behavioural difference between cmp and diff commands?
How can we use grep command in unix?
What is difference between grep and find command in unix?
Explain command to show the space allocation of files?
What does touch command do in unix?
What is the command to view process running?