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 |
What is the nmap command?
Does cp command overwrite files?
How to display no of records in oracle using unix command?
Suppose 1000 processes are running on the system out of those if you have to show only certain process ids which command will you use?
How do you stop a running process?
what is the use of "test" command in unix?
What is the function of grep command in unix?
What is {} in find command?
What is the comma to display different lines that are found when compare two files?
What are bash commands?
What is the difference between a hard link and a soft link in Unix?
hi i have directories within the directory. Now i want to copy the directory along with all directories included in it to one location by using copy command? what is the command