I want to ensure that a folder I create is fully accessible by the current user.
I'm afraid that if the user runs my program as admin, the folder and its files will be created as the root user, and they will become inaccessible to other programs that are not running as admin/sudo.
How can I make sure they can access it?