Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created March 17, 2018 19:06
Show Gist options
  • Save ryantm/419a24d78045772aea1e7ca68b950f1f to your computer and use it in GitHub Desktop.
Save ryantm/419a24d78045772aea1e7ca68b950f1f to your computer and use it in GitHub Desktop.
/nix/store/wbax6msw4jcf95a3b56rgb5qyy08v3gb-autofs-5.1.4
├── bin
│   └── automount
├── lib
│   └── autofs
│   ├── lookup_dir.so
│   ├── lookup_file.so
│   ├── lookup_files.so -> lookup_file.so
│   ├── lookup_hosts.so
│   ├── lookup_ldap.so
│   ├── lookup_ldaps.so -> lookup_ldap.so
│   ├── lookup_multi.so
│   ├── lookup_nis.so -> lookup_yp.so
│   ├── lookup_program.so
│   ├── lookup_sss.so
│   ├── lookup_userhome.so
│   ├── mount_afs.so
│   ├── mount_autofs.so
│   ├── mount_bind.so
│   ├── mount_changer.so
│   ├── mount_ext2.so
│   ├── mount_ext3.so -> mount_ext2.so
│   ├── mount_ext4.so -> mount_ext2.so
│   ├── mount_generic.so
│   ├── mount_nfs4.so -> mount_nfs.so
│   ├── mount_nfs.so
│   ├── parse_amd.so
│   └── parse_sun.so
├── sbin -> bin
└── share
└── man
├── man5
│   ├── autofs.5.gz
│   ├── autofs.conf.5.gz
│   ├── autofs_ldap_auth.conf.5.gz
│   └── auto.master.5.gz
└── man8
├── autofs.8.gz
└── automount.8.gz
8 directories, 30 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment