Can Symbolic Links span different file systems in Unix or Linux ??? I.e consider different file systems like ext2 and ext3 can symbolic link span them?
Take the 2-minute tour
×
Unix & Linux Stack Exchange is a question and answer site for users of Linux, FreeBSD and other Un*x-like operating systems. It's 100% free, no registration required.
|
I think your confusing mount points and filesystem semantics. The answer is yes though. Symbolism has nothing to do with file systems or mount points. |
||||
|
Sure can, unless target/source filesystem do support soft links. |
|||
|