Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2019
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. $ docker container run alpine ls -l
  2. total 8
  3. drwxr-xr-x 2 root root 4096 Aug 20 10:30 bin
  4. drwxr-xr-x 5 root root 340 Oct 5 03:12 dev
  5. drwxr-xr-x 1 root root 66 Oct 5 03:12 etc
  6. drwxr-xr-x 2 root root 6 Aug 20 10:30 home
  7. drwxr-xr-x 5 root root 185 Aug 20 10:30 lib
  8. drwxr-xr-x 5 root root 44 Aug 20 10:30 media
  9. drwxr-xr-x 2 root root 6 Aug 20 10:30 mnt
  10. drwxr-xr-x 2 root root 6 Aug 20 10:30 opt
  11. dr-xr-xr-x 270 root root 0 Oct 5 03:12 proc
  12. drwx------ 2 root root 6 Aug 20 10:30 root
  13. drwxr-xr-x 2 root root 6 Aug 20 10:30 run
  14. drwxr-xr-x 2 root root 4096 Aug 20 10:30 sbin
  15. drwxr-xr-x 2 root root 6 Aug 20 10:30 srv
  16. dr-xr-xr-x 13 root root 0 Oct 1 10:53 sys
  17. drwxrwxrwt 2 root root 6 Aug 20 10:30 tmp
  18. drwxr-xr-x 7 root root 66 Aug 20 10:30 usr
  19. drwxr-xr-x 11 root root 125 Aug 20 10:30 var
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement