From Denim Kangaroo, 4 Years ago, written in Plain Text.
This paste is a reply to Untitled from Obese Pheasant
- view diff
Embed
  1. /etc/s6-linux-init/test
  2. ├── bin
  3. │   ├── halt
  4. │   ├── init
  5. │   ├── poweroff
  6. │   ├── reboot
  7. │   ├── shutdown
  8. │   └── telinit
  9. ├── env
  10. ├── run-image
  11. │   ├── service
  12. │   │   ├── s6-linux-init-early-getty
  13. │   │   │   └── run
  14. │   │   ├── s6-linux-init-runleveld
  15. │   │   │   ├── notification-fd
  16. │   │   │   └── run
  17. │   │   ├── s6-linux-init-shutdownd
  18. │   │   │   ├── fifo
  19. │   │   │   └── run
  20. │   │   └── s6-svscan-log
  21. │   │       ├── fifo
  22. │   │       ├── notification-fd
  23. │   │       └── run
  24. │   └── uncaught-logs [error opening dir]
  25. └── scripts
  26.     ├── rc.init
  27.     ├── rc.shutdown
  28.     └── runlevel
  29.  
  30. 10 directories, 17 files
captcha