Not an expert but let me throw something out there.
Overwrite the file. The program you used to create it ownes the file and should be allowed to modify it.
Yeah, I tried that already. Didn't work. :-(
Not an expert but let me throw something out there.
Overwrite the file. The program you used to create it ownes the file and should be allowed to modify it.
Yeah, I tried that already. Didn't work. :-(
sudo chown -R 777 /the/folder/location that will change permission of folder and everything in it to your ownership
Interesting. I tried "sudo chmod -R 777 06082023" first. Please hold.
EDIT: chown: cannot access '06082023': Permission denied
I think they both work iirc but there's some minute difference i forget that's prob important lol
https://www.howtogeek.com/438435/how-to-use-the-chown-command-on-linux/
Cool. Thanks for the find!
chown changes ownership, chmod changes permissions.
Can you sudo su and elevate to a complete root user?
Can you sudo su and elevate to a complete root user?
Yep. I did that then tried the command from my OP again and got the same error. What confuses me is that I can do whatever the heck I want to other subfolders in this same NAS folder. The only one I can change / delete is the 06082023 folder.
something like this perhaps if you're on an account w/ less access sudo chown -r username anaconda3
I'm the only account on the server, and I can delete other files and folders on the NAS just fine. It's only this one folder.
Have you tried
sudo su -
then, in your elevated shell
rm -rf 06082023
Just did and got the same error.
might be helpful, if you haven't read already: https://forums.linuxmint.com/viewtopic.php?t=194413
Wasn't it posted the other day , the guy who owns Linux is a jew?
(post is archived)