Skip to main content
add corresponding hard-link tag
Link
xenoterracide
  • 61.4k
  • 79
  • 196
  • 252
Source Link
prosseek
  • 8.8k
  • 16
  • 49
  • 44

Symbolic link and hard link questions

Let's say /A/B/c.sh is symbolic linked to /X/Y/c.sh.

  • If c.sh has the command "./SOMETHING", '.' means /A/B/ or /X/Y/?
  • How about the hard link?