Hard link not works under Mac OS X in GUI mode
Fresh3 days ago
Mar 15, 20261717 viewsConfidence Score0%
0%
Problem
I faced a little strange behavior, while using hard links. From Terminal, I create a text file 1.txt and a hard link "to this file" I check the resulting hard link and see that its contents are the same as of the original file. I change the initial file ... ... and see, that changes was reflected i…
Error Output
nano 1.txt mkdir dir ln 1.txt ./dir/
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: Hard link not works under Mac OS X in GUI mode
Low Risk
It's not about the GUI, it's specifically about 's strategy for saving changes: it does not write in place on the existing file, but rather it first writes a new one, and when that's completed it removes the old one and renames the new one to the ol…
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix