1
0
mirror of https://github.com/Luzifer/password.git synced 2024-09-20 02:42:57 +00:00
password/vendor/github.com/tredoe/osutil
Knut Ahlers 8af625be60
Fix: Vendor new dependencies
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2017-10-06 22:59:38 +02:00
..
config Fix: Vendor new dependencies 2017-10-06 22:59:38 +02:00
distro Fix: Vendor new dependencies 2017-10-06 22:59:38 +02:00
file Fix: Vendor new dependencies 2017-10-06 22:59:38 +02:00
pkgutil Fix: Vendor new dependencies 2017-10-06 22:59:38 +02:00
sh Fix: Vendor new dependencies 2017-10-06 22:59:38 +02:00
user Fix: Vendor new dependencies 2017-10-06 22:59:38 +02:00
AUTHORS.md Fix: Vendor new dependencies 2017-10-06 22:59:38 +02:00
CONTRIBUTORS.md Fix: Vendor new dependencies 2017-10-06 22:59:38 +02:00
LICENSE-MPL.txt Fix: Vendor new dependencies 2017-10-06 22:59:38 +02:00
osutil_test.go Fix: Vendor new dependencies 2017-10-06 22:59:38 +02:00
osutil.go Fix: Vendor new dependencies 2017-10-06 22:59:38 +02:00
README.md Fix: Vendor new dependencies 2017-10-06 22:59:38 +02:00
TODO.md Fix: Vendor new dependencies 2017-10-06 22:59:38 +02:00

osutil

Access to operating system functionality dependent of every platform and utility packages for the Shell.

  • config/env: set persistent environment variables
  • config/shconf: parser and scanner for the configuration in format shell-variable
  • distro: detects the Linux distribution
  • file: common operations in files
  • pkg: basic operations for the management of packages in operating systems
  • sh: interprets a command line like it is done in the Bash shell
  • user: provides access to UNIX users database in local files
  • user/crypt: password hashing used in UNIX

Documentation online

License

The source files are distributed under the Mozilla Public License, version 2.0, unless otherwise noted.
Please read the FAQ if you have further questions regarding the license.


Generated by Gowizard