-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Folders not getting deleted after unlinking - Finder #30
Comments
What version of command line tools are you using?
Not sure this is the right way to do it but I get: version: 8.2.0.0.1.1480973914 |
Version of command line tool is : 8.1.0.0.1.1476494586 I have even verified this using the latest version of Xcode command line tool |
Are you compiling the source or installing via homebrew? |
I just tried what you mentioned above. Can't reproduce this. What are the permissions on the folders? |
I had this issue too, when trying to delete the usual way in finder. a |
This may be a protection against orphaning files... Which version of macOS are each of you using? |
I believe it was El Capitan. This was a year ago though, so I might be wrong. |
My thinking is that if it was happening for you and @kulal but not for @jamespayne , and @jamespayne happened to be using an older macOS, that the issue might be something Apple implemented as a feature. @kulal, @jamespayne : ideas? |
I am able to implement hardlinks on macOS using this command-line utility, but I am seeing an issue after unlinking an folder.
Issue: Unable to delete the unlinked folder from finder (command used to unlink "hln -u destination") same folder can be deleted from terminal using "rm"
Any idea where the permission is getting changed ? and what might be the cause for this issue.
The text was updated successfully, but these errors were encountered: