zarkanian@sh.itjust.works to Linux@lemmy.ml · 4 hours agoAn amazing directory: /procsh.itjust.worksimagemessage-square30linkfedilinkarrow-up1302arrow-down11
arrow-up1301arrow-down1imageAn amazing directory: /procsh.itjust.workszarkanian@sh.itjust.works to Linux@lemmy.ml · 4 hours agomessage-square30linkfedilink
minus-squareRustySharp@programming.devlinkfedilinkarrow-up5·3 hours agoDoes that not make them a hard link (pointing to a filesystem node) instead of a symlink (pointing to another filename)?
minus-squareShadow@lemmy.calinkfedilinkarrow-up8·3 hours agoNo, you can’t have a hard link cross filesystems and proc is its own fs type.
minus-squaregravitas_deficiency@sh.itjust.workslinkfedilinkEnglisharrow-up2·52 minutes agoAh - it has its own special magical file system type, that’s the secret sauce. Neat!
minus-squareShadow@lemmy.calinkfedilinkarrow-up3·33 minutes ago/dev and /sys are the other two special ones
Does that not make them a hard link (pointing to a filesystem node) instead of a symlink (pointing to another filename)?
No, you can’t have a hard link cross filesystems and proc is its own fs type.
Ah - it has its own special magical file system type, that’s the secret sauce. Neat!
/dev and /sys are the other two special ones