How to create hardlinks and softlinks on files?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / manish
softlink creates another inode in the filesystem but hard
link just increases the reference count of the existing
inode
| Is This Answer Correct ? | 10 Yes | 3 No |
Why is grep called grep?
Which command is used to restrict incoming messages?
What is grep r?
What do know about tee command?
what is the command to list all files in a directory, including the hidden files in UNIX ?
Which command is used to delete all files in the current directory and all its sub-directories?
what do you understand by 'building block primitive'?
boot process?
Differentiate cmp command from diff command.
How do I run a bash script?
How will you know who are the users logged in to the system before 15 minutes?
Differentiate cat command from more command.