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 you find out all processes that are currently running in UNIX OS?
What is the first character of the output in ls l command?
Can you enlist some commonly used network commands?
What is {} in find command?
Hi All, Can you please let me know how to grep for a particular pattern in unix. I want to print the dates from the file exp.txt. the date pattern is DD:MM:YYYY, I just want to print all the dates from the file exp.txt.
8 Answers Concentrix, IBM, Symantec, TCS,
Write a command to kill the last background job?
What is a Unix signal, and how do you handle them?
what do you understand by 'building block primitive'?
What will the following command do?
What is grep in bash?
what is the difference between SED and GREP ? Which one is more better and why?
Name the general commands in using unix os for a beginner?