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 |
How do I use grep to search for a file?
what are processor execution levels and priorities?
What are the commands in UNIX to list the files in a Directory?
How do you remove a directory?
what is difference between unix and linux?
What do chmod command do?
What does the “echo” command do?
Name the general commands in using unix os for a beginner?
What is the pipe command?
what is the default signal kill in unix?
What is the search command in unix?
Give Command that will change the name of a directly from paypal to eBay