What is the difference between hard link & softlink?
Answers were Sorted based on User's Feedback
Answer / martin joseph
A hard link cannot span file systems; it can only point to
another file located within its file system. The reason is
that hard links all share an inode number. Each file system
has its own set of inode numbers; therefore, a file with
inode number 3588 in the /export/home file system may not
even exist in the /var file system.
You cannot create a hard link unless the source file
already exists.
Symbolic links are used for shortcuts.Symbolic links can
point to files anywhere on the network. The file or
directory could exist in another file system, on another
disk, or on another system on the network.
Another advantage of symbolic links over hard links is that
a symbolic link can link directories or files, whereas a
hard link can link only files
| Is This Answer Correct ? | 35 Yes | 2 No |
Answer / jitendra
Answer
# 1 A hard link cannot span file systems; it can only point
to
another file located within its file system. The reason is
that hard links all share an inode number. Each file system
has its own set of inode numbers; therefore, a file with
inode number 3588 in the /export/home file system may not
even exist in the /var file system.
You cannot create a hard link unless the source file
already exists.
Symbolic links are used for shortcuts.Symbolic links can
point to files anywhere on the network. The file or
directory could exist in another file system, on another
disk, or on another system on the network.
Another advantage of symbolic links over hard links is that
a symbolic link can link directories or files, whereas a
hard link can link only files
| Is This Answer Correct ? | 19 Yes | 5 No |
What is Expansion swap?
What is the difference between a soft link and a hard link?
How to put a job in background & bring it to foreground?
What is a Region?
What does init do? What does inetd do?
How to set Windows as Default OS when Dual Booting Ubuntu?
what is difference between kernel and shell?
What is 'inode'?
Explain the read, write, and execute permissions on a UNIX directory.
why unix command can be divided into internal and external command
what is a profile?
The UNIX shell is.... a).does not come with the rest of the system b).forms the interface between the user and the kernal c) does not give any scope for programming d) deos not allow calling one program from with in another e) all of the above