Links on using Unix-like operating systems follow.

General links:

Links to man pages:

Links to Unix specifications:

Links to operating system documentation home pages other than man pages:

Links to operating system wikis:

Links to source code:

  • linux, github.com – Linux kernel
  • coreutils, github.com – mirror of GNU Coreutils (echo, date, sort, etc.), usually used in Linux distributions
  • darwin-xnu, github.com – Darwin XNU kernel of macOS
  • Source Browser, opensource.apple.com – including the kernel XNU, shell_cmds (echo, date, sh, etc.), awk, yacc, X11 and many more
  • freebsd-src, github.com – read-only mirror of FreeBSD
  • openbsd/src, github.com – mirror of the official CVS repository of OpenBSD
  • NetBSD/src, github.com – mirror of the official CVS repository of NetBSD
  • kofemann/opensolaris, github.com – source code of the discontinued OpenSolaris
  • solaris-userland, github.com – userland utilities of Solaris operating system
  • The Unix Tree, tuhs.org – the source code of old versions of Unix