Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created November 25, 2019 18:11
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save ryantm/50d4fc974e9b97c227218c24b9c9fe04 to your computer and use it in GitHub Desktop.
/nix/store/x8319d8qw8ssw1zijh87amh05bxv3ypw-dhcpcd-8.1.2
├── bin
│   └── dhcpcd
├── etc
│   └── dhcpcd.conf
├── lib
│   └── dhcpcd
│   └── dev
│   └── udev.so
├── libexec
│   ├── dhcpcd-hooks
│   │   ├── 01-test
│   │   ├── 02-dump
│   │   ├── 20-resolv.conf
│   │   └── 30-hostname
│   └── dhcpcd-run-hooks
├── sbin -> bin
└── share
├── dhcpcd
│   └── hooks
│   ├── 10-wpa_supplicant
│   ├── 15-timezone
│   └── 29-lookup-hostname
└── man
├── man5
│   └── dhcpcd.conf.5.gz
└── man8
├── dhcpcd.8.gz
└── dhcpcd-run-hooks.8.gz
14 directories, 14 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment