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 |
Is grep faster than awk?
What is the pipe command?
what is the cmd to display the last exit status in UNIX?
What is the general format of unix command syntax?
what is telnet?
How can i know my Filesystem and its current usage in my prod UNIX system?
Can you enlist some commonly used network commands?
Which unix command to make a new directory?
How can we use grep command in unix?
What is the different between UNIX command and UNIX shell script?
What is ctrl d?
Describe the zip/unzip command using gzip.