Created
May 21, 2018 19:15
-
-
Save goertzenator/beacd2df55871cb9c8d66bda74ea4b59 to your computer and use it in GitHub Desktop.
why is access denied?
This file contains 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
[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