Tagged Questions
-3
votes
1answer
35 views
Invalid cross-device link while Hardlinking in the same file system
I have /home/myuser/Desktop/rc/.netrc file that i want hardlink to /root, ie home directory of root user.
When i do:
ln /home/user/Destkop/rc/.netrc /root
it gives the following error:
ln: ...
5
votes
4answers
473 views
What's the difference between a hard links and copied files?
RHEL 6
My understanding is that hard links include a copy of the original file and that I could delete a hard-linked file in one directory, and it would still exist in the other directory.
If ...