When considering the use of hard links, what are valid reasons not to use hard links?
A
C is correctHard links only work within the same filesystem. They reference the same inode, which exists only on a single filesystem.
You cannot create hard links across different filesystems or partitions.
Please log in or signup in order to use this feature
Please Enter 10 characters or more
C is correct
Hard links only work within the same filesystem. They reference the same inode, which exists only on a single filesystem.
You cannot create hard links across different filesystems or partitions.