-
-
Save levicole/9d3ba7ba6401a6d2c5c0 to your computer and use it in GitHub Desktop.
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
~ $ id levicole | |
uid=1000(levicole) gid=1000(levicole) groups=1000(levicole),0(root),1001(git) | |
~ $ ls -la /home/ | |
total 16 | |
drwxr-xr-x 4 root root 4096 Nov 12 00:30 . | |
drwxr-xr-x 22 root root 4096 Nov 11 00:00 .. | |
drwxr-xr-x 6 git git 4096 Nov 13 13:40 git | |
drwxr-xr-x 7 levicole levicole 4096 Nov 13 13:39 levicole | |
~ $ ls -la /home/git/ | |
total 28 | |
drwxr-xr-x 6 git git 4096 Nov 13 13:40 . | |
drwxr-xr-x 4 root root 4096 Nov 12 00:30 .. | |
drwx------ 2 git git 4096 Nov 12 19:57 .cache | |
drwxrwxr-x 7 git git 4096 Nov 12 20:59 dotfiles.git | |
-rwxrwxr-x 1 git git 216 Nov 13 13:25 receiver | |
drwxrwxr-x 3 git git 4096 Nov 12 20:59 sites | |
drwxr-xr-x 2 git root 4096 Nov 12 00:30 .ssh | |
~ $ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment