• 1 Post
  • 3 Comments
Joined 4 months ago
cake
Cake day: November 7th, 2024

help-circle


  • Can you create any files in $HOME OR $HOME/.config/ ?

    Yes - I can create (and later edit) files under /home/curious_dolphin, even under /home/curious_dolphin/.config, but for some reason once I’ve created a file under /home/curious_dolphin/.config/MangoHud, I cannot edit it even though the file and its parent directory appear to have the same permissions as the other files that I can edit.

    In other words, after creating test.txt under /home/curious_dolphin/.config/MangoHud, I cannot edit it:

    curious_dolphin@bazzite:~$ ls -la ./.config/MangoHud/
    total 20
    drwxr-xr-x. 1 curious_dolphin curious_dolphin   42 Feb 20 14:46 .
    drwxr-xr-x. 1 curious_dolphin curious_dolphin  552 Feb 20 14:47 ..
    -rw-r--r--. 1 curious_dolphin curious_dolphin 9671 Feb 20 12:22 MangoHud.conf
    -rw-r--r--. 1 curious_dolphin curious_dolphin    5 Feb 20 14:46 test.txt
    

    However, after creating test.txt under /home/curious_dolphin/.config, I can edit it:

    curious_dolphin@bazzite:~$ ls -la ./.config
    total 44
    drwxr-xr-x. 1 curious_dolphin curious_dolphin  552 Feb 20 14:47 .
    drwx------. 1 curious_dolphin curious_dolphin  460 Feb 20 14:41 ..
    drwxr-xr-x. 1 curious_dolphin curious_dolphin   42 Feb 20 14:46 MangoHud
    -rw-r--r--. 1 curious_dolphin curious_dolphin   10 Feb 20 14:47 test.txt