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 pipe command in unix?
What is the nmap command?
Is ‘du’ a command? If so, what is its use?
How do you grep a case insensitive?
Write a command to kill the last background job?
What is the command to compare two files in unix?
What is the pipe command?
Why is grep called grep?
Is grep faster than awk?
Which command is used to create a directory?
Can you enlist some commonly used network commands?
Enlist some filename manipulation commands in unix.
What difference between cmp and diff commands?
Who command in unix?
What is nr in awk command?