Hi Noidly1, ![👋]()
Had somewhat a similar issue accessing files from a specific folder.
I used two commands:
1) Taking ownership which gives you "Read-Only"
Command: sudo chown root:root /
2) Being able to "Read-Write-Execute"
Command: setfacl -R -m u:username:rwx myfolder
Here are the sources that guide me on finding the solution:
https://www.cis.rit.edu/class/simg211/u ... sions.html
https://askubuntu.com/questions/487527/ ... w-notation
https://superuser.com/questions/1572867 ... -to-a-user
I hope this helps you out.![👍]()
Cheers,
Ballerina![🩰]()
Had somewhat a similar issue accessing files from a specific folder.
I used two commands:
1) Taking ownership which gives you "Read-Only"
Command: sudo chown root:root /
2) Being able to "Read-Write-Execute"
Command: setfacl -R -m u:username:rwx myfolder
Here are the sources that guide me on finding the solution:
I hope this helps you out.
Cheers,
Statistics: Posted by elsaballerina — 2025-01-11 01:59