Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save goertzenator/beacd2df55871cb9c8d66bda74ea4b59 to your computer and use it in GitHub Desktop.
Save goertzenator/beacd2df55871cb9c8d66bda74ea4b59 to your computer and use it in GitHub Desktop.
why is access denied?
[goertzen@asusnixos:~/eco]$ touch Configs/hello
touch: cannot touch 'Configs/hello': Permission denied
[goertzen@asusnixos:~/eco]$ id
uid=1000(goertzen) gid=100(users) groups=100(users),1(wheel),17(audio),57(networkmanager)
[goertzen@asusnixos:~/eco]$ ls -aln
total 0
drwxr-xr-x 1 1000 100 54 May 21 14:04 .
drwx------ 1 1000 100 1294 May 21 14:09 ..
drw-rw-r-- 1 1000 100 378 May 21 14:03 Configs
drw-rw-r-- 1 1000 100 34 May 21 14:04 doc
drwxr-xr-x 1 1000 100 106 May 21 14:04 Dump
drw-rw-r-- 1 1000 100 200 May 21 14:04 Mods
drw-rw-r-- 1 1000 100 90 May 21 14:04 WebClient
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment