Created
January 11, 2015 23:15
-
-
Save prologic/929fcd8631e978e682f8 to your computer and use it in GitHub Desktop.
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
➜ ~ ls -lagd /var/lib/pip | |
drwxr-xr-x 5 1000 69632 Jan 12 08:30 /var/lib/pip | |
➜ ~ ls -lagd /var/lib/pip/http | |
drwxrwxr-x 10 1000 4096 Jan 12 09:07 /var/lib/pip/http | |
➜ ~ id | |
uid=500(vagrant) gid=500(vagrant) groups=500(vagrant),10(wheel),494(supervisor) | |
➜ ~ whoami | |
vagrant | |
➜ ~ touch /var/lib/pip/foo | |
➜ ~ ls -lagd /var/lib/pip/foo | |
-rw-rw-r-- 1 1000 0 Jan 12 09:14 /var/lib/pip/foo | |
➜ ~ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment