Created
August 17, 2025 22:35
-
-
Save chapmanjacobd/85ed2178646e609e33276a01858b74f4 to your computer and use it in GitHub Desktop.
plocate Permission denied on rpm-ostree
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/var/lib/plocate/plocate.db: Permission denied | |
ls -lahg /var/lib/plocate/ | |
Permissions Size User Group Date Modified Name | |
.rw-r-----@ 337M root colord 1 Aug 01:02 plocate.db | |
Solution: | |
sudo chown :plocate /var/lib/plocate/plocate.db | |
but why does this happen? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment